#58231A

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

Shades of Caput Mortuum #58231A

Tints of Caput Mortuum #58231A

Color information

#58231A (or 0x58231A) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 1A. RGB value is (88,35,26). Sum of RGB (Red+Green+Blue) = 88+35+26=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58231A is #A7DCE5. Grayscale: #313131. Windows color (decimal): -11001062 or 1712984. OLE color: 1712984.

HSL color Cylindrical-coordinate representation of color #58231A: hue angle of 8.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58231A is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB883526-
CMYK00.600.700.65
HSL8.71º54.39%22.35%-
HSV(B)8.71º70.45%34.51%-
XYZ4.813.351.37-
YUV49.82114.56155.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=59.06%
G=23.49%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88352600.600.700.658.7154.3922.35
Hex58231A03C464193616
Octal1304332074106101116626
Binary101100010001111010011110010001101000001100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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