#58241F

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

Shades of Caput Mortuum #58241F

Tints of Caput Mortuum #58241F

Color information

#58241F (or 0x58241F) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 1F. RGB value is (88,36,31). Sum of RGB (Red+Green+Blue) = 88+36+31=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241F is #A7DBE0. Grayscale: #333333. Windows color (decimal): -11000801 or 2040920. OLE color: 2040920.

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

Color convert

RGB883631-
CMYK00.590.650.65
HSL5.26º47.9%23.33%-
HSV(B)5.26º64.77%34.51%-
XYZ4.93.441.7-
YUV50.98116.73154.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 31 (12.5% from 255) = 20%
R=56.77%
G=23.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88363100.590.650.655.2647.923.33
Hex58241F03B414153017
Octal130443707310110156027
Binary10110001001001111101110111000001100000110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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