#58271E

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

Shades of Caput Mortuum #58271E

Tints of Caput Mortuum #58271E

Color information

#58271E (or 0x58271E) is unknown color: approx Caput Mortuum. HEX triplet: 58, 27 and 1E. RGB value is (88,39,30). Sum of RGB (Red+Green+Blue) = 88+39+30=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58271E is #A7D8E1. Grayscale: #343434. Windows color (decimal): -11000034 or 1976152. OLE color: 1976152.

HSL color Cylindrical-coordinate representation of color #58271E: hue angle of 9.31º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58271E is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB883930-
CMYK00.560.660.65
HSL9.31º49.15%23.14%-
HSV(B)9.31º65.91%34.51%-
XYZ4.983.621.66-
YUV52.62115.23153.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=56.05%
G=24.84%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88393000.560.660.659.3149.1523.14
Hex58271E038424193117
Octal1304736070102101116127
Binary101100010011111110011100010000101000001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58271E; }

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

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

<style>
 a { background-color: #58271E; }

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

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

<style>
 span { border-color: #58271E; }

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

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