#502A2D

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

Shades of Heath #502A2D

Tints of Heath #502A2D

Color information

#502A2D (or 0x502A2D) is unknown color: approx Heath. HEX triplet: 50, 2A and 2D. RGB value is (80,42,45). Sum of RGB (Red+Green+Blue) = 80+42+45=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A2D is #AFD5D2. Grayscale: #353535. Windows color (decimal): -11523539 or 2959952. OLE color: 2959952.

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

Color convert

RGB804245-
CMYK00.480.440.69
HSL355.26º31.15%23.92%-
HSV(B)355.26º47.5%31.37%-
XYZ4.613.552.93-
YUV53.7123.09146.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=47.90%
G=25.15%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80424500.480.440.69355.2631.1523.92
Hex502A2D0302C451631f18
Octal1205255060541055433730
Binary1010000101010101101011000010110010001011011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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