#502318

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

Shades of Caput Mortuum #502318

Tints of Caput Mortuum #502318

Color information

#502318 (or 0x502318) is unknown color: approx Caput Mortuum. HEX triplet: 50, 23 and 18. RGB value is (80,35,24). Sum of RGB (Red+Green+Blue) = 80+35+24=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502318 is #AFDCE7. Grayscale: #2F2F2F. Windows color (decimal): -11525352 or 1581904. OLE color: 1581904.

HSL color Cylindrical-coordinate representation of color #502318: hue angle of 11.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502318 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB803524-
CMYK00.560.700.69
HSL11.79º53.85%20.39%-
HSV(B)11.79º70%31.37%-
XYZ4.072.971.22-
YUV47.2114.91151.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=57.55%
G=25.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80352400.560.700.6911.7953.8520.39
Hex5023180384645c3614
Octal1204330070106105146624
Binary101000010001111000011100010001101000101110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502318; }

 p { color: rgb(80,35,24); }

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

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

 a { background-color: rgb(80,35,24); }

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

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

 span { border-color: rgb(80,35,24); }

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