#582114

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

Shades of Caput Mortuum #582114

Tints of Caput Mortuum #582114

Color information

#582114 (or 0x582114) is unknown color: approx Caput Mortuum. HEX triplet: 58, 21 and 14. RGB value is (88,33,20). Sum of RGB (Red+Green+Blue) = 88+33+20=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #582114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582114 is #A7DEEB. Grayscale: #303030. Windows color (decimal): -11001580 or 1319256. OLE color: 1319256.

HSL color Cylindrical-coordinate representation of color #582114: hue angle of 11.47º 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 #582114 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB883320-
CMYK00.620.770.65
HSL11.47º62.96%21.18%-
HSV(B)11.47º77.27%34.51%-
XYZ4.693.211.03-
YUV47.96112.22156.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=62.41%
G=23.40%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88332000.620.770.6511.4762.9621.18
Hex58211403E4D41b3f15
Octal1304124076115101137725
Binary101100010000110100011111010011011000001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582114; }

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

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

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

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

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

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

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

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