#502721

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

Shades of Caput Mortuum #502721

Tints of Caput Mortuum #502721

Color information

#502721 (or 0x502721) is unknown color: approx Caput Mortuum. HEX triplet: 50, 27 and 21. RGB value is (80,39,33). Sum of RGB (Red+Green+Blue) = 80+39+33=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502721 is #AFD8DE. Grayscale: #323232. Windows color (decimal): -11524319 or 2172752. OLE color: 2172752.

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

Color convert

RGB803933-
CMYK00.510.590.69
HSL7.66º41.59%22.16%-
HSV(B)7.66º58.75%31.37%-
XYZ4.313.271.84-
YUV50.58118.08148.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=52.63%
G=25.66%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80393300.510.590.697.6641.5922.16
Hex5027210333B4582a16
Octal120474106373105105226
Binary101000010011110000101100111110111000101100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502721; }

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

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

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

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

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

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

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

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