#500420

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

Shades of Bordeaux #500420

Tints of Bordeaux #500420

Color information

#500420 (or 0x500420) is unknown color: approx Bordeaux. HEX triplet: 50, 04 and 20. RGB value is (80,4,32). Sum of RGB (Red+Green+Blue) = 80+4+32=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500420 is #AFFBDF. Grayscale: #1D1D1D. Windows color (decimal): -11533280 or 2098256. OLE color: 2098256.

HSL color Cylindrical-coordinate representation of color #500420: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500420 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB80432-
CMYK00.950.600.69
HSL337.89º90.48%16.47%-
HSV(B)337.89º95%31.37%-
XYZ3.611.91.54-
YUV29.92129.18163.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=68.97%
G=3.45%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8043200.950.600.69337.8990.4816.47
Hex5042005F3C451525a10
Octal12044001377410552213220
Binary1010000100100000010111111111001000101101010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500420; }

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

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

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

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

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

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

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

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