#51151E

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

Shades of Bordeaux #51151E

Tints of Bordeaux #51151E

Color information

#51151E (or 0x51151E) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 1E. RGB value is (81,21,30). Sum of RGB (Red+Green+Blue) = 81+21+30=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51151E is #AEEAE1. Grayscale: #272727. Windows color (decimal): -11463394 or 1971537. OLE color: 1971537.

HSL color Cylindrical-coordinate representation of color #51151E: hue angle of 351º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51151E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB812130-
CMYK00.740.630.68
HSL351º58.82%20%-
HSV(B)351º74.07%31.76%-
XYZ3.92.381.48-
YUV39.97122.38157.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=61.36%
G=15.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81213000.740.630.6835158.8220
Hex51151E04A3F4415f3b14
Octal12125360112771045377324
Binary1010001101011111001001010111111100010010101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51151E; }

 p { color: rgb(81,21,30); }

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

<style>
 a { background-color: #51151E; }

 a { background-color: rgb(81,21,30); }

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

<style>
 span { border-color: #51151E; }

 span { border-color: rgb(81,21,30); }

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