#51031D

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

Shades of Bordeaux #51031D

Tints of Bordeaux #51031D

Color information

#51031D (or 0x51031D) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 1D. RGB value is (81,3,29). Sum of RGB (Red+Green+Blue) = 81+3+29=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031D is #AEFCE2. Grayscale: #1D1D1D. Windows color (decimal): -11468003 or 1901393. OLE color: 1901393.

HSL color Cylindrical-coordinate representation of color #51031D: hue angle of 340º 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 #51031D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB81329-
CMYK00.960.640.68
HSL340º92.86%16.47%-
HSV(B)340º96.3%31.76%-
XYZ3.651.91.34-
YUV29.29127.84164.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=71.68%
G=2.65%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132900.960.640.6834092.8616.47
Hex5131D06040441545d10
Octal121335014010010452413520
Binary101000111111010110000010000001000100101010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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