#510C21

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

Shades of Bordeaux #510C21

Tints of Bordeaux #510C21

Color information

#510C21 (or 0x510C21) is unknown color: approx Bordeaux. HEX triplet: 51, 0C and 21. RGB value is (81,12,33). Sum of RGB (Red+Green+Blue) = 81+12+33=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C21 is #AEF3DE. Grayscale: #232323. Windows color (decimal): -11465695 or 2165841. OLE color: 2165841.

HSL color Cylindrical-coordinate representation of color #510C21: hue angle of 341.74º 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 #510C21 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB811233-
CMYK00.850.590.68
HSL341.74º74.19%18.24%-
HSV(B)341.74º85.19%31.76%-
XYZ3.82.121.65-
YUV35.02126.86160.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=64.29%
G=9.52%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81123300.850.590.68341.7474.1918.24
Hex51C210553B441564a12
Octal121144101257310452611222
Binary10100011100100001010101011110111000100101010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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