Html Css Color HEX #59151C Burnt Crimson

📋 copy color: '#59151C'

red 89 ◦ green 21 ◦ blue 28

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

Shades of Burnt Crimson #59151C

Tints of Burnt Crimson #59151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.29%

R = 64.49%
G = 15.22%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59151C (or 0x59151C) is known color: Burnt Crimson. HEX triplet: 59, 15 and 1C. RGB value is (89,21,28). Sum of RGB (Red+Green+Blue) = 89+21+28=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151C is #A6EAE3. Grayscale: #2A2A2A. Windows color (decimal): -10939108 or 1840473. OLE color: 1840473.

HSL color Cylindrical-coordinate representation of color #59151C: hue angle of 353.82º 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 #59151C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 28 -
CMYK 0 0.76 0.69 0.65
HSL 353.82º 0.62% 0.22% -
HSV(B) 353.82º 0.76% 0.35% -
XYZ 4.6 2.74 1.39 -
YUV 42.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 89 21 28 0 0.76 0.69 0.65 353.82 0.62 0.22
Hex 59 15 1C 0 4C 45 41 162 3E 16
Octal 131 25 34 0 114 105 101 542 76 26
Binary 1011001 10101 11100 0 1001100 1000101 1000001 101100010 111110 10110

Color Harmonies of #59151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59151C

Black with #59151C

Text Example


Text Example

White with #59151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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