#511B1F

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

Shades of Bordeaux #511B1F

Tints of Bordeaux #511B1F

Color information

#511B1F (or 0x511B1F) is unknown color: approx Bordeaux. HEX triplet: 51, 1B and 1F. RGB value is (81,27,31). Sum of RGB (Red+Green+Blue) = 81+27+31=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B1F is #AEE4E0. Grayscale: #2B2B2B. Windows color (decimal): -11461857 or 2038609. OLE color: 2038609.

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

Color convert

RGB812731-
CMYK00.670.620.68
HSL355.56º50%21.18%-
HSV(B)355.56º66.67%31.76%-
XYZ4.032.631.59-
YUV43.6120.89154.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=58.27%
G=19.42%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81273100.670.620.68355.565021.18
Hex511B1F0433E441643215
Octal12133370103761045446225
Binary1010001110111111101000011111110100010010110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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