#51152A

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

Shades of Bordeaux #51152A

Tints of Bordeaux #51152A

Color information

#51152A (or 0x51152A) is unknown color: approx Bordeaux. HEX triplet: 51, 15 and 2A. RGB value is (81,21,42). Sum of RGB (Red+Green+Blue) = 81+21+42=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51152A is #AEEAD5. Grayscale: #292929. Windows color (decimal): -11463382 or 2757969. OLE color: 2757969.

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

Color convert

RGB812142-
CMYK00.740.480.68
HSL339º58.82%20%-
HSV(B)339º74.07%31.76%-
XYZ4.082.452.45-
YUV41.33128.38156.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=56.25%
G=14.58%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81214200.740.480.6833958.8220
Hex51152A04A30441533b14
Octal12125520112601045237324
Binary10100011010110101001001010110000100010010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51152A; }

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

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

<style>
 a { background-color: #51152A; }

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

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

<style>
 span { border-color: #51152A; }

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

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