#532018

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

Shades of Caput Mortuum #532018

Tints of Caput Mortuum #532018

Color information

#532018 (or 0x532018) is unknown color: approx Caput Mortuum. HEX triplet: 53, 20 and 18. RGB value is (83,32,24). Sum of RGB (Red+Green+Blue) = 83+32+24=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532018 is #ACDFE7. Grayscale: #2E2E2E. Windows color (decimal): -11329512 or 1581139. OLE color: 1581139.

HSL color Cylindrical-coordinate representation of color #532018: hue angle of 8.14º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532018 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB833224-
CMYK00.610.710.67
HSL8.14º55.14%20.98%-
HSV(B)8.14º71.08%32.55%-
XYZ4.252.941.21-
YUV46.34115.4154.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=59.71%
G=23.02%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83322400.610.710.678.1455.1420.98
Hex53201803D474383715
Octal1234030075107103106725
Binary101001110000011000011110110001111000011100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532018; }

 p { color: rgb(83,32,24); }

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

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

 a { background-color: rgb(83,32,24); }

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

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

 span { border-color: rgb(83,32,24); }

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