Html Css Color HEX #581E12 Caput Mortuum

📋 copy color: '#581E12'

red 88 ◦ green 30 ◦ blue 18

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

Shades of Caput Mortuum #581E12

Tints of Caput Mortuum #581E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 64.71%
G = 22.06%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#581E12 (or 0x581E12) is known color: Caput Mortuum. HEX triplet: 58, 1E and 12. RGB value is (88,30,18). Sum of RGB (Red+Green+Blue) = 88+30+18=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E12 is #A7E1ED. Grayscale: #2E2E2E. Windows color (decimal): -11002350 or 1187416. OLE color: 1187416.

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

Color convert

RGB 88 30 18 -
CMYK 0 0.66 0.80 0.65
HSL 10.29º 0.66% 0.21% -
HSV(B) 10.29º 0.8% 0.35% -
XYZ 4.6 3.05 0.92 -
YUV 45.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 88 30 18 0 0.66 0.80 0.65 10.29 0.66 0.21
Hex 58 1E 12 0 42 50 41 A 42 15
Octal 130 36 22 0 102 120 101 12 102 25
Binary 1011000 11110 10010 0 1000010 1010000 1000001 1010 1000010 10101

Color Harmonies of #581E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E12

Black with #581E12

Text Example


Text Example

White with #581E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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