#502A24

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

Shades of Caput Mortuum #502A24

Tints of Caput Mortuum #502A24

Color information

#502A24 (or 0x502A24) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2A and 24. RGB value is (80,42,36). Sum of RGB (Red+Green+Blue) = 80+42+36=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A24 is #AFD5DB. Grayscale: #343434. Windows color (decimal): -11523548 or 2370128. OLE color: 2370128.

HSL color Cylindrical-coordinate representation of color #502A24: hue angle of 8.18º 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 #502A24 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB804236-
CMYK00.480.550.69
HSL8.18º37.93%22.75%-
HSV(B)8.18º55%31.37%-
XYZ4.453.492.11-
YUV52.68118.59147.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=50.63%
G=26.58%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80423600.480.550.698.1837.9322.75
Hex502A24030374582617
Octal120524406067105104627
Binary101000010101010010001100001101111000101100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A24; }

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

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

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

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

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

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

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

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