Html Css Color HEX #59121B Burnt Crimson

📋 copy color: '#59121B'

red 89 ◦ green 18 ◦ blue 27

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

Shades of Burnt Crimson #59121B

Tints of Burnt Crimson #59121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 66.42%
G = 13.43%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59121B (or 0x59121B) is known color: Burnt Crimson. HEX triplet: 59, 12 and 1B. RGB value is (89,18,27). Sum of RGB (Red+Green+Blue) = 89+18+27=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59121B is #A6EDE4. Grayscale: #282828. Windows color (decimal): -10939877 or 1774169. OLE color: 1774169.

HSL color Cylindrical-coordinate representation of color #59121B: hue angle of 352.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59121B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 27 -
CMYK 0 0.80 0.70 0.65
HSL 352.39º 0.66% 0.21% -
HSV(B) 352.39º 0.8% 0.35% -
XYZ 4.53 2.64 1.31 -
YUV 40.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 89 18 27 0 0.80 0.70 0.65 352.39 0.66 0.21
Hex 59 12 1B 0 50 46 41 160 42 15
Octal 131 22 33 0 120 106 101 540 102 25
Binary 1011001 10010 11011 0 1010000 1000110 1000001 101100000 1000010 10101

Color Harmonies of #59121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59121B

Black with #59121B

Text Example


Text Example

White with #59121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59121B; }

 p { color: rgb(89,18,27); }

 H1.HeaderClassName
 {
   color: #59121B;
 }
 .AnyTagClassName
 {
   color: #59121B;
 }
</style>

background-color css

<style>
 a { background-color: #59121B; }

 a { background-color: rgb(89,18,27); }

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

border-color css

<style>
 span { border-color: #59121B; }

 span { border-color: rgb(89,18,27); }

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