#50031A

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

Shades of Bordeaux #50031A

Tints of Bordeaux #50031A

Color information

#50031A (or 0x50031A) is unknown color: approx Bordeaux. HEX triplet: 50, 03 and 1A. RGB value is (80,3,26). Sum of RGB (Red+Green+Blue) = 80+3+26=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50031A is #AFFCE5. Grayscale: #1C1C1C. Windows color (decimal): -11533542 or 1704784. OLE color: 1704784.

HSL color Cylindrical-coordinate representation of color #50031A: hue angle of 342.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50031A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB80326-
CMYK00.960.670.69
HSL342.08º92.77%16.27%-
HSV(B)342.08º96.25%31.37%-
XYZ3.531.851.15-
YUV28.64126.51164.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=73.39%
G=2.75%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8032600.960.670.69342.0892.7716.27
Hex5031A06043451565d10
Octal120332014010310552613520
Binary101000011110100110000010000111000101101010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50031A; }

 p { color: rgb(80,3,26); }

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

<style>
 a { background-color: #50031A; }

 a { background-color: rgb(80,3,26); }

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

<style>
 span { border-color: #50031A; }

 span { border-color: rgb(80,3,26); }

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