#510919

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

Shades of Bordeaux #510919

Tints of Bordeaux #510919

Color information

#510919 (or 0x510919) is unknown color: approx Bordeaux. HEX triplet: 51, 09 and 19. RGB value is (81,9,25). Sum of RGB (Red+Green+Blue) = 81+9+25=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #510919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510919 is #AEF6E6. Grayscale: #202020. Windows color (decimal): -11466471 or 1640785. OLE color: 1640785.

HSL color Cylindrical-coordinate representation of color #510919: hue angle of 346.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510919 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB81925-
CMYK00.890.690.68
HSL346.67º80%17.65%-
HSV(B)346.67º88.89%31.76%-
XYZ3.672.011.12-
YUV32.35123.85162.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=70.43%
G=7.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8192500.890.690.68346.678017.65
Hex51919059454415b5012
Octal1211131013110510453312022
Binary10100011001110010101100110001011000100101011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510919; }

 p { color: rgb(81,9,25); }

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

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

 a { background-color: rgb(81,9,25); }

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

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

 span { border-color: rgb(81,9,25); }

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