#510922

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

Shades of Bordeaux #510922

Tints of Bordeaux #510922

Color information

#510922 (or 0x510922) is unknown color: approx Bordeaux. HEX triplet: 51, 09 and 22. RGB value is (81,9,34). Sum of RGB (Red+Green+Blue) = 81+9+34=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #510922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510922 is #AEF6DD. Grayscale: #212121. Windows color (decimal): -11466462 or 2230609. OLE color: 2230609.

HSL color Cylindrical-coordinate representation of color #510922: hue angle of 339.17º 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 #510922 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB81934-
CMYK00.890.580.68
HSL339.17º80%17.65%-
HSV(B)339.17º88.89%31.76%-
XYZ3.782.061.71-
YUV33.38128.35161.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=65.32%
G=7.26%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8193400.890.580.68339.178017.65
Hex519220593A441535012
Octal121114201317210452312022
Binary10100011001100010010110011110101000100101010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510922; }

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

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

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

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

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

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

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

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