#50272A

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

Shades of Heath #50272A

Tints of Heath #50272A

Color information

#50272A (or 0x50272A) is unknown color: approx Heath. HEX triplet: 50, 27 and 2A. RGB value is (80,39,42). Sum of RGB (Red+Green+Blue) = 80+39+42=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50272A is #AFD8D5. Grayscale: #333333. Windows color (decimal): -11524310 or 2762576. OLE color: 2762576.

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

Color convert

RGB803942-
CMYK00.510.480.69
HSL355.61º34.45%23.33%-
HSV(B)355.61º51.25%31.37%-
XYZ4.453.322.6-
YUV51.6122.58148.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=49.69%
G=24.22%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80394200.510.480.69355.6134.4523.33
Hex50272A03330451642217
Octal1204752063601055444227
Binary10100001001111010100110011110000100010110110010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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