#50212C

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

Shades of Bordeaux #50212C

Tints of Bordeaux #50212C

Color information

#50212C (or 0x50212C) is unknown color: approx Bordeaux. HEX triplet: 50, 21 and 2C. RGB value is (80,33,44). Sum of RGB (Red+Green+Blue) = 80+33+44=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212C is #AFDED3. Grayscale: #303030. Windows color (decimal): -11525844 or 2892112. OLE color: 2892112.

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

Color convert

RGB803344-
CMYK00.590.450.69
HSL345.96º41.59%22.16%-
HSV(B)345.96º58.75%31.37%-
XYZ4.312.982.73-
YUV48.31125.57150.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=50.96%
G=21.02%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80334400.590.450.69345.9641.5922.16
Hex50212C03B2D4515a2a16
Octal1204154073551055325226
Binary10100001000011011000111011101101100010110101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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