#58231C

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

Shades of Caput Mortuum #58231C

Tints of Caput Mortuum #58231C

Color information

#58231C (or 0x58231C) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 1C. RGB value is (88,35,28). Sum of RGB (Red+Green+Blue) = 88+35+28=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58231C is #A7DCE3. Grayscale: #323232. Windows color (decimal): -11001060 or 1844056. OLE color: 1844056.

HSL color Cylindrical-coordinate representation of color #58231C: hue angle of 7º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58231C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB883528-
CMYK00.600.680.65
HSL51.72%22.75%-
HSV(B)68.18%34.51%-
XYZ4.843.361.49-
YUV50.05115.56155.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=58.28%
G=23.18%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88352800.600.680.65751.7222.75
Hex58231C03C444173417
Octal130433407410410176427
Binary10110001000111110001111001000100100000111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58231C; }

 p { color: rgb(88,35,28); }

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

<style>
 a { background-color: #58231C; }

 a { background-color: rgb(88,35,28); }

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

<style>
 span { border-color: #58231C; }

 span { border-color: rgb(88,35,28); }

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