#511C28

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

Shades of Bordeaux #511C28

Tints of Bordeaux #511C28

Color information

#511C28 (or 0x511C28) is unknown color: approx Bordeaux. HEX triplet: 51, 1C and 28. RGB value is (81,28,40). Sum of RGB (Red+Green+Blue) = 81+28+40=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C28 is #AEE3D7. Grayscale: #2D2D2D. Windows color (decimal): -11461592 or 2628689. OLE color: 2628689.

HSL color Cylindrical-coordinate representation of color #511C28: hue angle of 346.42º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C28 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB812840-
CMYK00.650.510.68
HSL346.42º48.62%21.37%-
HSV(B)346.42º65.43%31.76%-
XYZ4.192.732.31-
YUV45.22125.06153.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=54.36%
G=18.79%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81284000.650.510.68346.4248.6221.37
Hex511C28041334415a3115
Octal12134500101631045326125
Binary10100011110010100001000001110011100010010101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511C28; }

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

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

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

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

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

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

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

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