Html Css Color HEX #591C0E Caput Mortuum

📋 copy color: '#591C0E'

red 89 ◦ green 28 ◦ blue 14

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

Shades of Caput Mortuum #591C0E

Tints of Caput Mortuum #591C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 67.94%
G = 21.37%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#591C0E (or 0x591C0E) is known color: Caput Mortuum. HEX triplet: 59, 1C and 0E. RGB value is (89,28,14). Sum of RGB (Red+Green+Blue) = 89+28+14=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C0E is #A6E3F1. Grayscale: #2C2C2C. Windows color (decimal): -10937330 or 924761. OLE color: 924761.

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

Color convert

RGB 89 28 14 -
CMYK 0 0.69 0.84 0.65
HSL 11.2º 0.73% 0.2% -
HSV(B) 11.2º 0.84% 0.35% -
XYZ 4.61 2.99 0.75 -
YUV 44.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 89 28 14 0 0.69 0.84 0.65 11.2 0.73 0.2
Hex 59 1C E 0 45 54 41 B 49 14
Octal 131 34 16 0 105 124 101 13 111 24
Binary 1011001 11100 1110 0 1000101 1010100 1000001 1011 1001001 10100

Color Harmonies of #591C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C0E

Black with #591C0E

Text Example


Text Example

White with #591C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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