#581E0B

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

Shades of Caput Mortuum #581E0B

Tints of Caput Mortuum #581E0B

Color information

#581E0B (or 0x581E0B) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1E and 0B. RGB value is (88,30,11). Sum of RGB (Red+Green+Blue) = 88+30+11=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E0B is #A7E1F4. Grayscale: #2D2D2D. Windows color (decimal): -11002357 or 728664. OLE color: 728664.

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

Color convert

RGB883011-
CMYK00.660.880.65
HSL14.81º77.78%19.41%-
HSV(B)14.81º87.5%34.51%-
XYZ4.553.030.66-
YUV45.18108.72158.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=68.22%
G=23.26%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88301100.660.880.6514.8177.7819.41
Hex581EB0425841f4e13
Octal130361301021301011711623
Binary101100011110101101000010101100010000011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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