#58241B

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

Shades of Caput Mortuum #58241B

Tints of Caput Mortuum #58241B

Color information

#58241B (or 0x58241B) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 1B. RGB value is (88,36,27). Sum of RGB (Red+Green+Blue) = 88+36+27=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241B is #A7DBE4. Grayscale: #323232. Windows color (decimal): -11000805 or 1778776. OLE color: 1778776.

HSL color Cylindrical-coordinate representation of color #58241B: hue angle of 8.85º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58241B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB883627-
CMYK00.590.690.65
HSL8.85º53.04%22.55%-
HSV(B)8.85º69.32%34.51%-
XYZ4.853.421.44-
YUV50.52114.73154.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=58.28%
G=23.84%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88362700.590.690.658.8553.0422.55
Hex58241B03B454193517
Octal1304433073105101116527
Binary101100010010011011011101110001011000001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58241B; }

 p { color: rgb(88,36,27); }

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

<style>
 a { background-color: #58241B; }

 a { background-color: rgb(88,36,27); }

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

<style>
 span { border-color: #58241B; }

 span { border-color: rgb(88,36,27); }

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