Html Css Color HEX #59141E Burnt Crimson

📋 copy color: '#59141E'

red 89 ◦ green 20 ◦ blue 30

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

Shades of Burnt Crimson #59141E

Tints of Burnt Crimson #59141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 64.03%
G = 14.39%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59141E (or 0x59141E) is known color: Burnt Crimson. HEX triplet: 59, 14 and 1E. RGB value is (89,20,30). Sum of RGB (Red+Green+Blue) = 89+20+30=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59141E is #A6EBE1. Grayscale: #292929. Windows color (decimal): -10939362 or 1971289. OLE color: 1971289.

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

Color convert

RGB 89 20 30 -
CMYK 0 0.78 0.66 0.65
HSL 351.3º 0.63% 0.21% -
HSV(B) 351.3º 0.78% 0.35% -
XYZ 4.6 2.72 1.51 -
YUV 41.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 89 20 30 0 0.78 0.66 0.65 351.3 0.63 0.21
Hex 59 14 1E 0 4E 42 41 15F 3F 15
Octal 131 24 36 0 116 102 101 537 77 25
Binary 1011001 10100 11110 0 1001110 1000010 1000001 101011111 111111 10101

Color Harmonies of #59141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59141E

Black with #59141E

Text Example


Text Example

White with #59141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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