#50131B

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

Shades of Bordeaux #50131B

Tints of Bordeaux #50131B

Color information

#50131B (or 0x50131B) is unknown color: approx Bordeaux. HEX triplet: 50, 13 and 1B. RGB value is (80,19,27). Sum of RGB (Red+Green+Blue) = 80+19+27=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131B is #AFECE4. Grayscale: #262626. Windows color (decimal): -11529445 or 1774416. OLE color: 1774416.

HSL color Cylindrical-coordinate representation of color #50131B: hue angle of 352.13º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50131B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB801927-
CMYK00.760.660.69
HSL352.13º61.62%19.41%-
HSV(B)352.13º76.25%31.37%-
XYZ3.742.251.27-
YUV38.15121.71157.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=63.49%
G=15.08%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80192700.760.660.69352.1361.6219.41
Hex50131B04C42451603e13
Octal120233301141021055407623
Binary10100001001111011010011001000010100010110110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,19,27); }

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

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

 a { background-color: rgb(80,19,27); }

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

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

 span { border-color: rgb(80,19,27); }

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