Html Css Color HEX #581E14 Caput Mortuum

📋 copy color: '#581E14'

red 88 ◦ green 30 ◦ blue 20

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

Shades of Caput Mortuum #581E14

Tints of Caput Mortuum #581E14

RGB

 RED value IS 88 (34.77% from 255) = 63.77%

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

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 63.77%
G = 21.74%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#581E14 (or 0x581E14) is known color: Caput Mortuum. HEX triplet: 58, 1E and 14. RGB value is (88,30,20). Sum of RGB (Red+Green+Blue) = 88+30+20=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E14 is #A7E1EB. Grayscale: #2E2E2E. Windows color (decimal): -11002348 or 1318488. OLE color: 1318488.

HSL color Cylindrical-coordinate representation of color #581E14: hue angle of 8.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581E14 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 30 20 -
CMYK 0 0.66 0.77 0.65
HSL 8.82º 0.63% 0.21% -
HSV(B) 8.82º 0.77% 0.35% -
XYZ 4.62 3.05 1.01 -
YUV 46.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 88 30 20 0 0.66 0.77 0.65 8.82 0.63 0.21
Hex 58 1E 14 0 42 4D 41 9 3F 15
Octal 130 36 24 0 102 115 101 11 77 25
Binary 1011000 11110 10100 0 1000010 1001101 1000001 1001 111111 10101

Color Harmonies of #581E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E14

Black with #581E14

Text Example


Text Example

White with #581E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581E14; }

 p { color: rgb(88,30,20); }

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

background-color css

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

 a { background-color: rgb(88,30,20); }

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

border-color css

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

 span { border-color: rgb(88,30,20); }

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