#502823

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

Shades of Caput Mortuum #502823

Tints of Caput Mortuum #502823

Color information

#502823 (or 0x502823) is unknown color: approx Caput Mortuum. HEX triplet: 50, 28 and 23. RGB value is (80,40,35). Sum of RGB (Red+Green+Blue) = 80+40+35=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502823 is #AFD7DC. Grayscale: #333333. Windows color (decimal): -11524061 or 2304080. OLE color: 2304080.

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

Color convert

RGB804035-
CMYK00.50.560.69
HSL6.67º39.13%22.55%-
HSV(B)6.67º56.25%31.37%-
XYZ4.373.342.01-
YUV51.39118.75148.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 35 (14.06% from 255) = 22.58%
R=51.61%
G=25.81%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80403500.50.560.696.6739.1322.55
Hex502823032384572717
Octal12050430627010574727
Binary10100001010001000110110010111000100010111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502823; }

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

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

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

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

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

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

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

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