Html Css Color HEX #581B20 Burnt Crimson

📋 copy color: '#581B20'

red 88 ◦ green 27 ◦ blue 32

#581B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #581B20

Tints of Burnt Crimson #581B20

RGB

 RED value IS 88 (34.77% from 255) = 59.86%

 GREEN value IS 27 (10.94% from 255) = 18.37%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 59.86%
G = 18.37%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#581B20 (or 0x581B20) is known color: Burnt Crimson. HEX triplet: 58, 1B and 20. RGB value is (88,27,32). Sum of RGB (Red+Green+Blue) = 88+27+32=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B20 is #A7E4DF. Grayscale: #2D2D2D. Windows color (decimal): -11003104 or 2104152. OLE color: 2104152.

HSL color Cylindrical-coordinate representation of color #581B20: hue angle of 355.08º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B20 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 32 -
CMYK 0 0.69 0.64 0.65
HSL 355.08º 0.53% 0.23% -
HSV(B) 355.08º 0.69% 0.35% -
XYZ 4.68 2.96 1.69 -
YUV 45.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 88 27 32 0 0.69 0.64 0.65 355.08 0.53 0.23
Hex 58 1B 20 0 45 40 41 163 35 17
Octal 130 33 40 0 105 100 101 543 65 27
Binary 1011000 11011 100000 0 1000101 1000000 1000001 101100011 110101 10111

Color Harmonies of #581B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B20

Black with #581B20

Text Example


Text Example

White with #581B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581B20; }

 p { color: rgb(88,27,32); }

 H1.HeaderClassName
 {
   color: #581B20;
 }
 .AnyTagClassName
 {
   color: #581B20;
 }
</style>

background-color css

<style>
 a { background-color: #581B20; }

 a { background-color: rgb(88,27,32); }

 div.DivClassName
 {
   background-color: #581B20;
 }
 .BgClassName
 {
   background-color: #581B20;
 }
</style>

border-color css

<style>
 span { border-color: #581B20; }

 span { border-color: rgb(88,27,32); }

 td.TdClassName
 {
   border-color: #581B20;
 }
 .TagClassName
 {
   border-color: #581B20;
 }
</style>