Html Css Color HEX #59161E Burnt Crimson

📋 copy color: '#59161E'

red 89 ◦ green 22 ◦ blue 30

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

Shades of Burnt Crimson #59161E

Tints of Burnt Crimson #59161E

RGB

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

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

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

R = 63.12%
G = 15.6%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59161E (or 0x59161E) is known color: Burnt Crimson. HEX triplet: 59, 16 and 1E. RGB value is (89,22,30). Sum of RGB (Red+Green+Blue) = 89+22+30=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161E is #A6E9E1. Grayscale: #2A2A2A. Windows color (decimal): -10938850 or 1971801. OLE color: 1971801.

HSL color Cylindrical-coordinate representation of color #59161E: hue angle of 352.84º 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 #59161E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 30 -
CMYK 0 0.75 0.66 0.65
HSL 352.84º 0.6% 0.22% -
HSV(B) 352.84º 0.75% 0.35% -
XYZ 4.64 2.79 1.52 -
YUV 42.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 89 22 30 0 0.75 0.66 0.65 352.84 0.6 0.22
Hex 59 16 1E 0 4B 42 41 161 3C 16
Octal 131 26 36 0 113 102 101 541 74 26
Binary 1011001 10110 11110 0 1001011 1000010 1000001 101100001 111100 10110

Color Harmonies of #59161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59161E

Black with #59161E

Text Example


Text Example

White with #59161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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