#51031F

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

Shades of Bordeaux #51031F

Tints of Bordeaux #51031F

Color information

#51031F (or 0x51031F) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 1F. RGB value is (81,3,31). Sum of RGB (Red+Green+Blue) = 81+3+31=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031F is #AEFCE0. Grayscale: #1D1D1D. Windows color (decimal): -11468001 or 2032465. OLE color: 2032465.

HSL color Cylindrical-coordinate representation of color #51031F: hue angle of 338.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51031F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB81331-
CMYK00.960.620.68
HSL338.46º92.86%16.47%-
HSV(B)338.46º96.3%31.76%-
XYZ3.671.911.47-
YUV29.51128.84164.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=70.43%
G=2.61%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133100.960.620.68338.4692.8616.47
Hex5131F0603E441525d10
Octal12133701407610452213520
Binary10100011111111011000001111101000100101010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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