Html Css Color HEX #591016 Burnt Crimson

📋 copy color: '#591016'

red 89 ◦ green 16 ◦ blue 22

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

Shades of Burnt Crimson #591016

Tints of Burnt Crimson #591016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 70.08%
G = 12.6%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#591016 (or 0x591016) is known color: Burnt Crimson. HEX triplet: 59, 10 and 16. RGB value is (89,16,22). Sum of RGB (Red+Green+Blue) = 89+16+22=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #591016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591016 is #A6EFE9. Grayscale: #262626. Windows color (decimal): -10940394 or 1445977. OLE color: 1445977.

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

Color convert

RGB 89 16 22 -
CMYK 0 0.82 0.75 0.65
HSL 355.07º 0.7% 0.21% -
HSV(B) 355.07º 0.82% 0.35% -
XYZ 4.45 2.55 1.02 -
YUV 38.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 89 16 22 0 0.82 0.75 0.65 355.07 0.7 0.21
Hex 59 10 16 0 52 4B 41 163 46 15
Octal 131 20 26 0 122 113 101 543 106 25
Binary 1011001 10000 10110 0 1010010 1001011 1000001 101100011 1000110 10101

Color Harmonies of #591016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591016

Black with #591016

Text Example


Text Example

White with #591016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591016; }

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

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

background-color css

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

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

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

border-color css

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

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

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