Html Css Color HEX #591E0E Caput Mortuum

📋 copy color: '#591E0E'

red 89 ◦ green 30 ◦ blue 14

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

Shades of Caput Mortuum #591E0E

Tints of Caput Mortuum #591E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 66.92%
G = 22.56%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#591E0E (or 0x591E0E) is known color: Caput Mortuum. HEX triplet: 59, 1E and 0E. RGB value is (89,30,14). Sum of RGB (Red+Green+Blue) = 89+30+14=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E0E is #A6E1F1. Grayscale: #2D2D2D. Windows color (decimal): -10936818 or 925273. OLE color: 925273.

HSL color Cylindrical-coordinate representation of color #591E0E: hue angle of 12.8º 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 #591E0E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 30 14 -
CMYK 0 0.66 0.84 0.65
HSL 12.8º 0.73% 0.2% -
HSV(B) 12.8º 0.84% 0.35% -
XYZ 4.66 3.08 0.76 -
YUV 45.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 89 30 14 0 0.66 0.84 0.65 12.8 0.73 0.2
Hex 59 1E E 0 42 54 41 D 49 14
Octal 131 36 16 0 102 124 101 15 111 24
Binary 1011001 11110 1110 0 1000010 1010100 1000001 1101 1001001 10100

Color Harmonies of #591E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591E0E

Black with #591E0E

Text Example


Text Example

White with #591E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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