Html Css Color HEX #59151E Burnt Crimson

📋 copy color: '#59151E'

red 89 ◦ green 21 ◦ blue 30

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

Shades of Burnt Crimson #59151E

Tints of Burnt Crimson #59151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 63.57%
G = 15%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59151E (or 0x59151E) is known color: Burnt Crimson. HEX triplet: 59, 15 and 1E. RGB value is (89,21,30). Sum of RGB (Red+Green+Blue) = 89+21+30=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151E is #A6EAE1. Grayscale: #2A2A2A. Windows color (decimal): -10939106 or 1971545. OLE color: 1971545.

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

Color convert

RGB 89 21 30 -
CMYK 0 0.76 0.66 0.65
HSL 352.06º 0.62% 0.22% -
HSV(B) 352.06º 0.76% 0.35% -
XYZ 4.62 2.75 1.52 -
YUV 42.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 89 21 30 0 0.76 0.66 0.65 352.06 0.62 0.22
Hex 59 15 1E 0 4C 42 41 160 3E 16
Octal 131 25 36 0 114 102 101 540 76 26
Binary 1011001 10101 11110 0 1001100 1000010 1000001 101100000 111110 10110

Color Harmonies of #59151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59151E

Black with #59151E

Text Example


Text Example

White with #59151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59151E; }

 p { color: rgb(89,21,30); }

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

background-color css

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

 a { background-color: rgb(89,21,30); }

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

border-color css

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

 span { border-color: rgb(89,21,30); }

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