#502421

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

Shades of Caput Mortuum #502421

Tints of Caput Mortuum #502421

Color information

#502421 (or 0x502421) is unknown color: approx Caput Mortuum. HEX triplet: 50, 24 and 21. RGB value is (80,36,33). Sum of RGB (Red+Green+Blue) = 80+36+33=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502421 is #AFDBDE. Grayscale: #303030. Windows color (decimal): -11525087 or 2171984. OLE color: 2171984.

HSL color Cylindrical-coordinate representation of color #502421: hue angle of 3.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502421 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB803633-
CMYK00.550.590.69
HSL3.83º41.59%22.16%-
HSV(B)3.83º58.75%31.37%-
XYZ4.213.081.81-
YUV48.81119.08150.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=53.69%
G=24.16%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80363300.550.590.693.8341.5922.16
Hex5024210373B4542a16
Octal12044410677310545226
Binary10100001001001000010110111111011100010110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502421; }

 p { color: rgb(80,36,33); }

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

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

 a { background-color: rgb(80,36,33); }

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

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

 span { border-color: rgb(80,36,33); }

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