Html Css Color HEX #591C0B Caput Mortuum

📋 copy color: '#591C0B'

red 89 ◦ green 28 ◦ blue 11

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

Shades of Caput Mortuum #591C0B

Tints of Caput Mortuum #591C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.88%

 BLUE value IS 11 (4.69% from 255) = 8.59%

R = 69.53%
G = 21.88%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#591C0B (or 0x591C0B) is known color: Caput Mortuum. HEX triplet: 59, 1C and 0B. RGB value is (89,28,11). Sum of RGB (Red+Green+Blue) = 89+28+11=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C0B is #A6E3F4. Grayscale: #2C2C2C. Windows color (decimal): -10937333 or 728153. OLE color: 728153.

HSL color Cylindrical-coordinate representation of color #591C0B: hue angle of 13.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591C0B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 28 11 -
CMYK 0 0.69 0.88 0.65
HSL 13.08º 0.78% 0.2% -
HSV(B) 13.08º 0.88% 0.35% -
XYZ 4.6 2.98 0.65 -
YUV 44.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 89 28 11 0 0.69 0.88 0.65 13.08 0.78 0.2
Hex 59 1C B 0 45 58 41 D 4E 14
Octal 131 34 13 0 105 130 101 15 116 24
Binary 1011001 11100 1011 0 1000101 1011000 1000001 1101 1001110 10100

Color Harmonies of #591C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C0B

Black with #591C0B

Text Example


Text Example

White with #591C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591C0B; }

 p { color: rgb(89,28,11); }

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

background-color css

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

 a { background-color: rgb(89,28,11); }

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

border-color css

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

 span { border-color: rgb(89,28,11); }

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