#502A2B

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

Shades of Heath #502A2B

Tints of Heath #502A2B

Color information

#502A2B (or 0x502A2B) is unknown color: approx Heath. HEX triplet: 50, 2A and 2B. RGB value is (80,42,43). Sum of RGB (Red+Green+Blue) = 80+42+43=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A2B is #AFD5D4. Grayscale: #353535. Windows color (decimal): -11523541 or 2828880. OLE color: 2828880.

HSL color Cylindrical-coordinate representation of color #502A2B: hue angle of 358.42º 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 #502A2B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB804243-
CMYK00.480.460.69
HSL358.42º31.15%23.92%-
HSV(B)358.42º47.5%31.37%-
XYZ4.573.542.73-
YUV53.48122.09146.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=48.48%
G=25.45%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80424300.480.460.69358.4231.1523.92
Hex502A2B0302E451661f18
Octal1205253060561055463730
Binary1010000101010101011011000010111010001011011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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