Html Css Color HEX #59191B Burnt Crimson

📋 copy color: '#59191B'

red 89 ◦ green 25 ◦ blue 27

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

Shades of Burnt Crimson #59191B

Tints of Burnt Crimson #59191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 63.12%
G = 17.73%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59191B (or 0x59191B) is known color: Burnt Crimson. HEX triplet: 59, 19 and 1B. RGB value is (89,25,27). Sum of RGB (Red+Green+Blue) = 89+25+27=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59191B is #A6E6E4. Grayscale: #2C2C2C. Windows color (decimal): -10938085 or 1775961. OLE color: 1775961.

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

Color convert

RGB 89 25 27 -
CMYK 0 0.72 0.70 0.65
HSL 358.13º 0.56% 0.22% -
HSV(B) 358.13º 0.72% 0.35% -
XYZ 4.67 2.9 1.35 -
YUV 44.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 89 25 27 0 0.72 0.70 0.65 358.13 0.56 0.22
Hex 59 19 1B 0 48 46 41 166 38 16
Octal 131 31 33 0 110 106 101 546 70 26
Binary 1011001 11001 11011 0 1001000 1000110 1000001 101100110 111000 10110

Color Harmonies of #59191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59191B

Black with #59191B

Text Example


Text Example

White with #59191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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