#50272C

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

Shades of Heath #50272C

Tints of Heath #50272C

Color information

#50272C (or 0x50272C) is unknown color: approx Heath. HEX triplet: 50, 27 and 2C. RGB value is (80,39,44). Sum of RGB (Red+Green+Blue) = 80+39+44=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50272C is #AFD8D3. Grayscale: #333333. Windows color (decimal): -11524308 or 2893648. OLE color: 2893648.

HSL color Cylindrical-coordinate representation of color #50272C: hue angle of 352.68º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50272C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB803944-
CMYK00.510.450.69
HSL352.68º34.45%23.33%-
HSV(B)352.68º51.25%31.37%-
XYZ4.493.342.79-
YUV51.83123.58148.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=49.08%
G=23.93%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80394400.510.450.69352.6834.4523.33
Hex50272C0332D451612217
Octal1204754063551055414227
Binary10100001001111011000110011101101100010110110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50272C; }

 p { color: rgb(80,39,44); }

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

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

 a { background-color: rgb(80,39,44); }

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

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

 span { border-color: rgb(80,39,44); }

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