#510A24

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

Shades of Bordeaux #510A24

Tints of Bordeaux #510A24

Color information

#510A24 (or 0x510A24) is unknown color: approx Bordeaux. HEX triplet: 51, 0A and 24. RGB value is (81,10,36). Sum of RGB (Red+Green+Blue) = 81+10+36=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #510A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A24 is #AEF5DB. Grayscale: #222222. Windows color (decimal): -11466204 or 2361937. OLE color: 2361937.

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

Color convert

RGB811036-
CMYK00.880.560.68
HSL338.03º78.02%17.84%-
HSV(B)338.03º87.65%31.76%-
XYZ3.822.091.87-
YUV34.19129.02161.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 10 (4.30% from 255) = 7.87%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=63.78%
G=7.87%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81103600.880.560.68338.0378.0217.84
Hex51A2405838441524e12
Octal121124401307010452211622
Binary10100011010100100010110001110001000100101010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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