#510420

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

Shades of Bordeaux #510420

Tints of Bordeaux #510420

Color information

#510420 (or 0x510420) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 20. RGB value is (81,4,32). Sum of RGB (Red+Green+Blue) = 81+4+32=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510420 is #AEFBDF. Grayscale: #1E1E1E. Windows color (decimal): -11467744 or 2098257. OLE color: 2098257.

HSL color Cylindrical-coordinate representation of color #510420: hue angle of 338.18º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510420 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB81432-
CMYK00.950.600.68
HSL338.18º90.59%16.67%-
HSV(B)338.18º95.06%31.76%-
XYZ3.71.941.55-
YUV30.21129.01164.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=69.23%
G=3.42%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8143200.950.600.68338.1890.5916.67
Hex5142005F3C441525b11
Octal12144001377410452213321
Binary1010001100100000010111111111001000100101010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510420; }

 p { color: rgb(81,4,32); }

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

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

 a { background-color: rgb(81,4,32); }

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

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

 span { border-color: rgb(81,4,32); }

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