Html Css Color HEX #59161C Burnt Crimson

📋 copy color: '#59161C'

red 89 ◦ green 22 ◦ blue 28

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

Shades of Burnt Crimson #59161C

Tints of Burnt Crimson #59161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

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

R = 64.03%
G = 15.83%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59161C (or 0x59161C) is known color: Burnt Crimson. HEX triplet: 59, 16 and 1C. RGB value is (89,22,28). Sum of RGB (Red+Green+Blue) = 89+22+28=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161C is #A6E9E3. Grayscale: #2A2A2A. Windows color (decimal): -10938852 or 1840729. OLE color: 1840729.

HSL color Cylindrical-coordinate representation of color #59161C: hue angle of 354.63º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59161C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 28 -
CMYK 0 0.75 0.69 0.65
HSL 354.63º 0.6% 0.22% -
HSV(B) 354.63º 0.75% 0.35% -
XYZ 4.62 2.78 1.39 -
YUV 42.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 89 22 28 0 0.75 0.69 0.65 354.63 0.6 0.22
Hex 59 16 1C 0 4B 45 41 163 3C 16
Octal 131 26 34 0 113 105 101 543 74 26
Binary 1011001 10110 11100 0 1001011 1000101 1000001 101100011 111100 10110

Color Harmonies of #59161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59161C

Black with #59161C

Text Example


Text Example

White with #59161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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