#503334

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

Shades of Heath #503334

Tints of Heath #503334

Color information

#503334 (or 0x503334) is unknown color: approx Heath. HEX triplet: 50, 33 and 34. RGB value is (80,51,52). Sum of RGB (Red+Green+Blue) = 80+51+52=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503334 is #AFCCCB. Grayscale: #3B3B3B. Windows color (decimal): -11521228 or 3421008. OLE color: 3421008.

HSL color Cylindrical-coordinate representation of color #503334: hue angle of 357.93º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503334 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB805152-
CMYK00.360.350.69
HSL357.93º22.14%25.69%-
HSV(B)357.93º36.25%31.37%-
XYZ5.114.323.81-
YUV59.78123.61142.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=43.72%
G=27.87%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80515200.360.350.69357.9322.1425.69
Hex5033340242345166161a
Octal1206364044431055462632
Binary1010000110011110100010010010001110001011011001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503334; }

 p { color: rgb(80,51,52); }

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

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

 a { background-color: rgb(80,51,52); }

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

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

 span { border-color: rgb(80,51,52); }

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