Html Css Color HEX #59161D Burnt Crimson

📋 copy color: '#59161D'

red 89 ◦ green 22 ◦ blue 29

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

Shades of Burnt Crimson #59161D

Tints of Burnt Crimson #59161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 63.57%
G = 15.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59161D (or 0x59161D) is known color: Burnt Crimson. HEX triplet: 59, 16 and 1D. RGB value is (89,22,29). Sum of RGB (Red+Green+Blue) = 89+22+29=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161D is #A6E9E2. Grayscale: #2A2A2A. Windows color (decimal): -10938851 or 1906265. OLE color: 1906265.

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

Color convert

RGB 89 22 29 -
CMYK 0 0.75 0.67 0.65
HSL 353.73º 0.6% 0.22% -
HSV(B) 353.73º 0.75% 0.35% -
XYZ 4.63 2.79 1.46 -
YUV 42.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 89 22 29 0 0.75 0.67 0.65 353.73 0.6 0.22
Hex 59 16 1D 0 4B 43 41 162 3C 16
Octal 131 26 35 0 113 103 101 542 74 26
Binary 1011001 10110 11101 0 1001011 1000011 1000001 101100010 111100 10110

Color Harmonies of #59161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59161D

Black with #59161D

Text Example


Text Example

White with #59161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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