#50222B

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

Shades of Bordeaux #50222B

Tints of Bordeaux #50222B

Color information

#50222B (or 0x50222B) is unknown color: approx Bordeaux. HEX triplet: 50, 22 and 2B. RGB value is (80,34,43). Sum of RGB (Red+Green+Blue) = 80+34+43=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222B is #AFDDD4. Grayscale: #303030. Windows color (decimal): -11525589 or 2826832. OLE color: 2826832.

HSL color Cylindrical-coordinate representation of color #50222B: hue angle of 348.26º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50222B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB803443-
CMYK00.580.460.69
HSL348.26º40.35%22.35%-
HSV(B)348.26º57.5%31.37%-
XYZ4.323.022.64-
YUV48.78124.74150.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=50.96%
G=21.66%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80344300.580.460.69348.2640.3522.35
Hex50222B03A2E4515c2816
Octal1204253072561055345026
Binary10100001000101010110111010101110100010110101110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50222B; }

 p { color: rgb(80,34,43); }

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

<style>
 a { background-color: #50222B; }

 a { background-color: rgb(80,34,43); }

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

<style>
 span { border-color: #50222B; }

 span { border-color: rgb(80,34,43); }

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