#582413

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

Shades of Caput Mortuum #582413

Tints of Caput Mortuum #582413

Color information

#582413 (or 0x582413) is unknown color: approx Caput Mortuum. HEX triplet: 58, 24 and 13. RGB value is (88,36,19). Sum of RGB (Red+Green+Blue) = 88+36+19=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582413 is #A7DBEC. Grayscale: #313131. Windows color (decimal): -11000813 or 1254488. OLE color: 1254488.

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

Color convert

RGB883619-
CMYK00.590.780.65
HSL14.78º64.49%20.98%-
HSV(B)14.78º78.41%34.51%-
XYZ4.773.381.02-
YUV49.61110.73155.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=61.54%
G=25.17%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88361900.590.780.6514.7864.4920.98
Hex58241303B4E41f4015
Octal13044230731161011710025
Binary1011000100100100110111011100111010000011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582413; }

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

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

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

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

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

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

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

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