#502724

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

Shades of Caput Mortuum #502724

Tints of Caput Mortuum #502724

Color information

#502724 (or 0x502724) is unknown color: approx Caput Mortuum. HEX triplet: 50, 27 and 24. RGB value is (80,39,36). Sum of RGB (Red+Green+Blue) = 80+39+36=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502724 is #AFD8DB. Grayscale: #323232. Windows color (decimal): -11524316 or 2369360. OLE color: 2369360.

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

Color convert

RGB803936-
CMYK00.510.550.69
HSL4.09º37.93%22.75%-
HSV(B)4.09º55%31.37%-
XYZ4.353.282.07-
YUV50.92119.58148.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=51.61%
G=25.16%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80393600.510.550.694.0937.9322.75
Hex502724033374542617
Octal12047440636710544627
Binary10100001001111001000110011110111100010110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502724; }

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

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

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

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

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

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

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

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