#502723

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

Shades of Caput Mortuum #502723

Tints of Caput Mortuum #502723

Color information

#502723 (or 0x502723) is unknown color: approx Caput Mortuum. HEX triplet: 50, 27 and 23. RGB value is (80,39,35). Sum of RGB (Red+Green+Blue) = 80+39+35=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502723 is #AFD8DC. Grayscale: #323232. Windows color (decimal): -11524317 or 2303824. OLE color: 2303824.

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

Color convert

RGB803935-
CMYK00.510.560.69
HSL5.33º39.13%22.55%-
HSV(B)5.33º56.25%31.37%-
XYZ4.343.281.99-
YUV50.8119.08148.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=51.95%
G=25.32%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80393500.510.560.695.3339.1322.55
Hex502723033384552717
Octal12047430637010554727
Binary10100001001111000110110011111000100010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502723; }

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

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

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

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

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

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

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

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