#502921

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

Shades of Caput Mortuum #502921

Tints of Caput Mortuum #502921

Color information

#502921 (or 0x502921) is unknown color: approx Caput Mortuum. HEX triplet: 50, 29 and 21. RGB value is (80,41,33). Sum of RGB (Red+Green+Blue) = 80+41+33=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502921 is #AFD6DE. Grayscale: #333333. Windows color (decimal): -11523807 or 2173264. OLE color: 2173264.

HSL color Cylindrical-coordinate representation of color #502921: hue angle of 10.21º 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 #502921 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB804133-
CMYK00.490.590.69
HSL10.21º41.59%22.16%-
HSV(B)10.21º58.75%31.37%-
XYZ4.383.41.86-
YUV51.75117.42148.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=51.95%
G=26.62%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80413300.490.590.6910.2141.5922.16
Hex5029210313B45a2a16
Octal120514106173105125226
Binary101000010100110000101100011110111000101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502921; }

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

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

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

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

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

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

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

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