#50252C

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

Shades of Heath #50252C

Tints of Heath #50252C

Color information

#50252C (or 0x50252C) is unknown color: approx Heath. HEX triplet: 50, 25 and 2C. RGB value is (80,37,44). Sum of RGB (Red+Green+Blue) = 80+37+44=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50252C is #AFDAD3. Grayscale: #323232. Windows color (decimal): -11524820 or 2893136. OLE color: 2893136.

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

Color convert

RGB803744-
CMYK00.540.450.69
HSL350.23º36.75%22.94%-
HSV(B)350.23º53.75%31.37%-
XYZ4.423.212.77-
YUV50.65124.25148.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=49.69%
G=22.98%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80374400.540.450.69350.2336.7522.94
Hex50252C0362D4515e2517
Octal1204554066551055364527
Binary10100001001011011000110110101101100010110101111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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