#58221E

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

Shades of Caput Mortuum #58221E

Tints of Caput Mortuum #58221E

Color information

#58221E (or 0x58221E) is unknown color: approx Caput Mortuum. HEX triplet: 58, 22 and 1E. RGB value is (88,34,30). Sum of RGB (Red+Green+Blue) = 88+34+30=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221E is #A7DDE1. Grayscale: #313131. Windows color (decimal): -11001314 or 1974872. OLE color: 1974872.

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

Color convert

RGB883430-
CMYK00.610.660.65
HSL4.14º49.15%23.14%-
HSV(B)4.14º65.91%34.51%-
XYZ4.833.311.61-
YUV49.69116.89155.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=57.89%
G=22.37%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88343000.610.660.654.1449.1523.14
Hex58221E03D424143117
Octal130423607510210146127
Binary10110001000101111001111011000010100000110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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