#58261B

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

Shades of Caput Mortuum #58261B

Tints of Caput Mortuum #58261B

Color information

#58261B (or 0x58261B) is unknown color: approx Caput Mortuum. HEX triplet: 58, 26 and 1B. RGB value is (88,38,27). Sum of RGB (Red+Green+Blue) = 88+38+27=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58261B is #A7D9E4. Grayscale: #333333. Windows color (decimal): -11000293 or 1779288. OLE color: 1779288.

HSL color Cylindrical-coordinate representation of color #58261B: hue angle of 10.82º 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 #58261B is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB883827-
CMYK00.570.690.65
HSL10.82º53.04%22.55%-
HSV(B)10.82º69.32%34.51%-
XYZ4.923.541.46-
YUV51.7114.06153.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.52%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=57.52%
G=24.84%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88382700.570.690.6510.8253.0422.55
Hex58261B0394541b3517
Octal1304633071105101136527
Binary101100010011011011011100110001011000001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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