#58261E

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

Shades of Caput Mortuum #58261E

Tints of Caput Mortuum #58261E

Color information

#58261E (or 0x58261E) is unknown color: approx Caput Mortuum. HEX triplet: 58, 26 and 1E. RGB value is (88,38,30). Sum of RGB (Red+Green+Blue) = 88+38+30=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58261E is #A7D9E1. Grayscale: #343434. Windows color (decimal): -11000290 or 1975896. OLE color: 1975896.

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

Color convert

RGB883830-
CMYK00.570.660.65
HSL8.28º49.15%23.14%-
HSV(B)8.28º65.91%34.51%-
XYZ4.953.551.65-
YUV52.04115.56153.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=56.41%
G=24.36%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88383000.570.660.658.2849.1523.14
Hex58261E039424183117
Octal1304636071102101106127
Binary101100010011011110011100110000101000001100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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