#503031

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

Shades of Heath #503031

Tints of Heath #503031

Color information

#503031 (or 0x503031) is unknown color: approx Heath. HEX triplet: 50, 30 and 31. RGB value is (80,48,49). Sum of RGB (Red+Green+Blue) = 80+48+49=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503031 is #AFCFCE. Grayscale: #393939. Windows color (decimal): -11521999 or 3223632. OLE color: 3223632.

HSL color Cylindrical-coordinate representation of color #503031: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503031 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB804849-
CMYK00.400.390.69
HSL358.12º25%25.1%-
HSV(B)358.12º40%31.37%-
XYZ4.924.043.43-
YUV57.68123.1143.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=45.20%
G=27.12%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80484900.400.390.69358.122525.1
Hex50303102827451661919
Octal1206061050471055463131
Binary1010000110000110001010100010011110001011011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503031; }

 p { color: rgb(80,48,49); }

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

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

 a { background-color: rgb(80,48,49); }

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

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

 span { border-color: rgb(80,48,49); }

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