Html Css Color HEX #581D22 Burnt Crimson

📋 copy color: '#581D22'

red 88 ◦ green 29 ◦ blue 34

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

Shades of Burnt Crimson #581D22

Tints of Burnt Crimson #581D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 58.28%
G = 19.21%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#581D22 (or 0x581D22) is known color: Burnt Crimson. HEX triplet: 58, 1D and 22. RGB value is (88,29,34). Sum of RGB (Red+Green+Blue) = 88+29+34=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D22 is #A7E2DD. Grayscale: #2F2F2F. Windows color (decimal): -11002590 or 2235736. OLE color: 2235736.

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

Color convert

RGB 88 29 34 -
CMYK 0 0.67 0.61 0.65
HSL 354.92º 0.5% 0.23% -
HSV(B) 354.92º 0.67% 0.35% -
XYZ 4.75 3.07 1.86 -
YUV 47.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 88 29 34 0 0.67 0.61 0.65 354.92 0.5 0.23
Hex 58 1D 22 0 43 3D 41 163 32 17
Octal 130 35 42 0 103 75 101 543 62 27
Binary 1011000 11101 100010 0 1000011 111101 1000001 101100011 110010 10111

Color Harmonies of #581D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D22

Black with #581D22

Text Example


Text Example

White with #581D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,34); }

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

background-color css

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

 a { background-color: rgb(88,29,34); }

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

border-color css

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

 span { border-color: rgb(88,29,34); }

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