#50253C

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

Shades of Barossa #50253C

Tints of Barossa #50253C

Color information

#50253C (or 0x50253C) is unknown color: approx Barossa. HEX triplet: 50, 25 and 3C. RGB value is (80,37,60). Sum of RGB (Red+Green+Blue) = 80+37+60=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50253C is #AFDAC3. Grayscale: #343434. Windows color (decimal): -11524804 or 3941712. OLE color: 3941712.

HSL color Cylindrical-coordinate representation of color #50253C: hue angle of 327.91º 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 #50253C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB803760-
CMYK00.540.250.69
HSL327.91º36.75%22.94%-
HSV(B)327.91º53.75%31.37%-
XYZ4.793.354.67-
YUV52.48132.25147.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=45.20%
G=20.90%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80376000.540.250.69327.9136.7522.94
Hex50253C03619451482517
Octal1204574066311055104527
Binary1010000100101111100011011011001100010110100100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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