#581E0F

Color #581E0F Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #581E0F

Tints of Caput Mortuum #581E0F

Color information

#581E0F (or 0x581E0F) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1E and 0F. RGB value is (88,30,15). Sum of RGB (Red+Green+Blue) = 88+30+15=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #581E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E0F is #A7E1F0. Grayscale: #2D2D2D. Windows color (decimal): -11002353 or 990808. OLE color: 990808.

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

Color convert

RGB883015-
CMYK00.660.830.65
HSL12.33º70.87%20.2%-
HSV(B)12.33º82.95%34.51%-
XYZ4.573.040.8-
YUV45.63110.72158.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=66.17%
G=22.56%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88301500.660.830.6512.3370.8720.2
Hex581EF0425341c4714
Octal130361701021231011410724
Binary101100011110111101000010101001110000011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #581E0F;
 }
 .AnyTagClassName
 {
   color: #581E0F;
 }
</style>
background-color css

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

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

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

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

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

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