#510921

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

Shades of Bordeaux #510921

Tints of Bordeaux #510921

Color information

#510921 (or 0x510921) is unknown color: approx Bordeaux. HEX triplet: 51, 09 and 21. RGB value is (81,9,33). Sum of RGB (Red+Green+Blue) = 81+9+33=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510921 is #AEF6DE. Grayscale: #212121. Windows color (decimal): -11466463 or 2165073. OLE color: 2165073.

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

Color convert

RGB81933-
CMYK00.890.590.68
HSL340º80%17.65%-
HSV(B)340º88.89%31.76%-
XYZ3.772.051.64-
YUV33.26127.85162.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=65.85%
G=7.32%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8193300.890.590.683408017.65
Hex519210593B441545012
Octal121114101317310452412022
Binary10100011001100001010110011110111000100101010100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510921; }

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

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

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

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

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

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

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

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