#51141C

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

Shades of Bordeaux #51141C

Tints of Bordeaux #51141C

Color information

#51141C (or 0x51141C) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 1C. RGB value is (81,20,28). Sum of RGB (Red+Green+Blue) = 81+20+28=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51141C is #AEEBE3. Grayscale: #272727. Windows color (decimal): -11463652 or 1840209. OLE color: 1840209.

HSL color Cylindrical-coordinate representation of color #51141C: hue angle of 352.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51141C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB812028-
CMYK00.750.650.68
HSL352.13º60.4%19.8%-
HSV(B)352.13º75.31%31.76%-
XYZ3.852.331.35-
YUV39.15121.71157.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=62.79%
G=15.50%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202800.750.650.68352.1360.419.8
Hex51141C04B41441603c14
Octal121243401131011045407424
Binary10100011010011100010010111000001100010010110000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51141C; }

 p { color: rgb(81,20,28); }

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

<style>
 a { background-color: #51141C; }

 a { background-color: rgb(81,20,28); }

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

<style>
 span { border-color: #51141C; }

 span { border-color: rgb(81,20,28); }

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