#510C1B

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

Shades of Bordeaux #510C1B

Tints of Bordeaux #510C1B

Color information

#510C1B (or 0x510C1B) is unknown color: approx Bordeaux. HEX triplet: 51, 0C and 1B. RGB value is (81,12,27). Sum of RGB (Red+Green+Blue) = 81+12+27=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C1B is #AEF3E4. Grayscale: #222222. Windows color (decimal): -11465701 or 1772625. OLE color: 1772625.

HSL color Cylindrical-coordinate representation of color #510C1B: hue angle of 346.96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C1B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB811227-
CMYK00.850.670.68
HSL346.96º74.19%18.24%-
HSV(B)346.96º85.19%31.76%-
XYZ3.722.091.24-
YUV34.34123.86161.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=67.5%
G=10%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81122700.850.670.68346.9674.1918.24
Hex51C1B055434415b4a12
Octal1211433012510310453311222
Binary10100011100110110101010110000111000100101011011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510C1B; }

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

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

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

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

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

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

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

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