#51131B

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

Shades of Bordeaux #51131B

Tints of Bordeaux #51131B

Color information

#51131B (or 0x51131B) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 1B. RGB value is (81,19,27). Sum of RGB (Red+Green+Blue) = 81+19+27=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51131B is #AEECE4. Grayscale: #262626. Windows color (decimal): -11463909 or 1774417. OLE color: 1774417.

HSL color Cylindrical-coordinate representation of color #51131B: hue angle of 352.26º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51131B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB811927-
CMYK00.770.670.68
HSL352.26º62%19.61%-
HSV(B)352.26º76.54%31.76%-
XYZ3.822.291.28-
YUV38.45121.54158.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=63.78%
G=14.96%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81192700.770.670.68352.266219.61
Hex51131B04D43441603e14
Octal121233301151031045407624
Binary10100011001111011010011011000011100010010110000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51131B; }

 p { color: rgb(81,19,27); }

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

<style>
 a { background-color: #51131B; }

 a { background-color: rgb(81,19,27); }

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

<style>
 span { border-color: #51131B; }

 span { border-color: rgb(81,19,27); }

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