Html Css Color HEX #59181E Burnt Crimson

📋 copy color: '#59181E'

red 89 ◦ green 24 ◦ blue 30

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

Shades of Burnt Crimson #59181E

Tints of Burnt Crimson #59181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 62.24%
G = 16.78%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59181E (or 0x59181E) is known color: Burnt Crimson. HEX triplet: 59, 18 and 1E. RGB value is (89,24,30). Sum of RGB (Red+Green+Blue) = 89+24+30=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #59181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59181E is #A6E7E1. Grayscale: #2C2C2C. Windows color (decimal): -10938338 or 1972313. OLE color: 1972313.

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

Color convert

RGB 89 24 30 -
CMYK 0 0.73 0.66 0.65
HSL 354.46º 0.58% 0.22% -
HSV(B) 354.46º 0.73% 0.35% -
XYZ 4.68 2.87 1.54 -
YUV 44.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 89 24 30 0 0.73 0.66 0.65 354.46 0.58 0.22
Hex 59 18 1E 0 49 42 41 162 3A 16
Octal 131 30 36 0 111 102 101 542 72 26
Binary 1011001 11000 11110 0 1001001 1000010 1000001 101100010 111010 10110

Color Harmonies of #59181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59181E

Black with #59181E

Text Example


Text Example

White with #59181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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