#51151D

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

Shades of Bordeaux #51151D

Tints of Bordeaux #51151D

Color information

#51151D (or 0x51151D) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 1D. RGB value is (81,21,29). Sum of RGB (Red+Green+Blue) = 81+21+29=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51151D is #AEEAE2. Grayscale: #272727. Windows color (decimal): -11463395 or 1906001. OLE color: 1906001.

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

Color convert

RGB812129-
CMYK00.740.640.68
HSL352º58.82%20%-
HSV(B)352º74.07%31.76%-
XYZ3.882.371.42-
YUV39.85121.88157.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=61.83%
G=16.03%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81212900.740.640.6835258.8220
Hex51151D04A40441603b14
Octal121253501121001045407324
Binary10100011010111101010010101000000100010010110000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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