#511328

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

Shades of Bordeaux #511328

Tints of Bordeaux #511328

Color information

#511328 (or 0x511328) is unknown color: approx Bordeaux. HEX triplet: 51, 13 and 28. RGB value is (81,19,40). Sum of RGB (Red+Green+Blue) = 81+19+40=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511328 is #AEECD7. Grayscale: #272727. Windows color (decimal): -11463896 or 2626385. OLE color: 2626385.

HSL color Cylindrical-coordinate representation of color #511328: hue angle of 339.68º 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 #511328 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB811940-
CMYK00.770.510.68
HSL339.68º62%19.61%-
HSV(B)339.68º76.54%31.76%-
XYZ4.012.372.25-
YUV39.93128.04157.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=57.86%
G=13.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81194000.770.510.68339.686219.61
Hex51132804D33441543e14
Octal12123500115631045247624
Binary10100011001110100001001101110011100010010101010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511328; }

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

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

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

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

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

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

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

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