#510A22

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

Shades of Bordeaux #510A22

Tints of Bordeaux #510A22

Color information

#510A22 (or 0x510A22) is unknown color: approx Bordeaux. HEX triplet: 51, 0A and 22. RGB value is (81,10,34). Sum of RGB (Red+Green+Blue) = 81+10+34=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A22 is #AEF5DD. Grayscale: #212121. Windows color (decimal): -11466206 or 2230865. OLE color: 2230865.

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

Color convert

RGB811034-
CMYK00.880.580.68
HSL339.72º78.02%17.84%-
HSV(B)339.72º87.65%31.76%-
XYZ3.792.081.72-
YUV33.96128.02161.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=64.8%
G=8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81103400.880.580.68339.7278.0217.84
Hex51A220583A441544e12
Octal121124201307210452411622
Binary10100011010100010010110001110101000100101010100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,34); }

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

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

 a { background-color: rgb(81,10,34); }

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

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

 span { border-color: rgb(81,10,34); }

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