Html Css Color HEX #581E21 Burnt Crimson

📋 copy color: '#581E21'

red 88 ◦ green 30 ◦ blue 33

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

Shades of Burnt Crimson #581E21

Tints of Burnt Crimson #581E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 58.28%
G = 19.87%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#581E21 (or 0x581E21) is known color: Burnt Crimson. HEX triplet: 58, 1E and 21. RGB value is (88,30,33). Sum of RGB (Red+Green+Blue) = 88+30+33=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E21 is #A7E1DE. Grayscale: #2F2F2F. Windows color (decimal): -11002335 or 2170456. OLE color: 2170456.

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

Color convert

RGB 88 30 33 -
CMYK 0 0.66 0.62 0.65
HSL 356.9º 0.49% 0.23% -
HSV(B) 356.9º 0.66% 0.35% -
XYZ 4.76 3.11 1.79 -
YUV 47.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 88 30 33 0 0.66 0.62 0.65 356.9 0.49 0.23
Hex 58 1E 21 0 42 3E 41 165 31 17
Octal 130 36 41 0 102 76 101 545 61 27
Binary 1011000 11110 100001 0 1000010 111110 1000001 101100101 110001 10111

Color Harmonies of #581E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E21

Black with #581E21

Text Example


Text Example

White with #581E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,33); }

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

background-color css

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

 a { background-color: rgb(88,30,33); }

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

border-color css

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

 span { border-color: rgb(88,30,33); }

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