Html Css Color HEX #591218 Burnt Crimson

📋 copy color: '#591218'

red 89 ◦ green 18 ◦ blue 24

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

Shades of Burnt Crimson #591218

Tints of Burnt Crimson #591218

RGB

 RED value IS 89 (35.16% from 255) = 67.94%

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 67.94%
G = 13.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#591218 (or 0x591218) is known color: Burnt Crimson. HEX triplet: 59, 12 and 18. RGB value is (89,18,24). Sum of RGB (Red+Green+Blue) = 89+18+24=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591218 is #A6EDE7. Grayscale: #272727. Windows color (decimal): -10939880 or 1577561. OLE color: 1577561.

HSL color Cylindrical-coordinate representation of color #591218: hue angle of 354.93º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591218 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 24 -
CMYK 0 0.80 0.73 0.65
HSL 354.93º 0.66% 0.21% -
HSV(B) 354.93º 0.8% 0.35% -
XYZ 4.5 2.62 1.13 -
YUV 39.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 89 18 24 0 0.80 0.73 0.65 354.93 0.66 0.21
Hex 59 12 18 0 50 49 41 163 42 15
Octal 131 22 30 0 120 111 101 543 102 25
Binary 1011001 10010 11000 0 1010000 1001001 1000001 101100011 1000010 10101

Color Harmonies of #591218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591218

Black with #591218

Text Example


Text Example

White with #591218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591218; }

 p { color: rgb(89,18,24); }

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

background-color css

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

 a { background-color: rgb(89,18,24); }

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

border-color css

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

 span { border-color: rgb(89,18,24); }

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