#582314

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

Shades of Caput Mortuum #582314

Tints of Caput Mortuum #582314

Color information

#582314 (or 0x582314) is unknown color: approx Caput Mortuum. HEX triplet: 58, 23 and 14. RGB value is (88,35,20). Sum of RGB (Red+Green+Blue) = 88+35+20=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582314 is #A7DCEB. Grayscale: #313131. Windows color (decimal): -11001068 or 1319768. OLE color: 1319768.

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

Color convert

RGB883520-
CMYK00.600.770.65
HSL13.24º62.96%21.18%-
HSV(B)13.24º77.27%34.51%-
XYZ4.753.331.05-
YUV49.14111.56155.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=61.54%
G=24.48%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88352000.600.770.6513.2462.9621.18
Hex58231403C4D41d3f15
Octal1304324074115101157725
Binary101100010001110100011110010011011000001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582314; }

 p { color: rgb(88,35,20); }

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

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

 a { background-color: rgb(88,35,20); }

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

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

 span { border-color: rgb(88,35,20); }

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