#502A23

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

Shades of Caput Mortuum #502A23

Tints of Caput Mortuum #502A23

Color information

#502A23 (or 0x502A23) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2A and 23. RGB value is (80,42,35). Sum of RGB (Red+Green+Blue) = 80+42+35=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A23 is #AFD5DC. Grayscale: #343434. Windows color (decimal): -11523549 or 2304592. OLE color: 2304592.

HSL color Cylindrical-coordinate representation of color #502A23: hue angle of 9.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502A23 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB804235-
CMYK00.480.560.69
HSL9.33º39.13%22.55%-
HSV(B)9.33º56.25%31.37%-
XYZ4.443.482.03-
YUV52.56118.09147.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=50.96%
G=26.75%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80423500.480.560.699.3339.1322.55
Hex502A23030384592717
Octal120524306070105114727
Binary101000010101010001101100001110001000101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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