#50031F

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

Shades of Bordeaux #50031F

Tints of Bordeaux #50031F

Color information

#50031F (or 0x50031F) is unknown color: approx Bordeaux. HEX triplet: 50, 03 and 1F. RGB value is (80,3,31). Sum of RGB (Red+Green+Blue) = 80+3+31=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50031F is #AFFCE0. Grayscale: #1D1D1D. Windows color (decimal): -11533537 or 2032464. OLE color: 2032464.

HSL color Cylindrical-coordinate representation of color #50031F: hue angle of 338.18º 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 #50031F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB80331-
CMYK00.960.610.69
HSL338.18º92.77%16.27%-
HSV(B)338.18º96.25%31.37%-
XYZ3.591.871.47-
YUV29.21129.01164.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=70.18%
G=2.63%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033100.960.610.69338.1892.7716.27
Hex5031F0603D451525d10
Octal12033701407510552213520
Binary10100001111111011000001111011000101101010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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