Html Css Color HEX #59131B Burnt Crimson

📋 copy color: '#59131B'

red 89 ◦ green 19 ◦ blue 27

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

Shades of Burnt Crimson #59131B

Tints of Burnt Crimson #59131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 65.93%
G = 14.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59131B (or 0x59131B) is known color: Burnt Crimson. HEX triplet: 59, 13 and 1B. RGB value is (89,19,27). Sum of RGB (Red+Green+Blue) = 89+19+27=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59131B is #A6ECE4. Grayscale: #282828. Windows color (decimal): -10939621 or 1774425. OLE color: 1774425.

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

Color convert

RGB 89 19 27 -
CMYK 0 0.79 0.70 0.65
HSL 353.14º 0.65% 0.21% -
HSV(B) 353.14º 0.79% 0.35% -
XYZ 4.55 2.67 1.31 -
YUV 40.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 89 19 27 0 0.79 0.70 0.65 353.14 0.65 0.21
Hex 59 13 1B 0 4F 46 41 161 41 15
Octal 131 23 33 0 117 106 101 541 101 25
Binary 1011001 10011 11011 0 1001111 1000110 1000001 101100001 1000001 10101

Color Harmonies of #59131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59131B

Black with #59131B

Text Example


Text Example

White with #59131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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