#501022

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

Shades of Bordeaux #501022

Tints of Bordeaux #501022

Color information

#501022 (or 0x501022) is unknown color: approx Bordeaux. HEX triplet: 50, 10 and 22. RGB value is (80,16,34). Sum of RGB (Red+Green+Blue) = 80+16+34=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501022 is #AFEFDD. Grayscale: #252525. Windows color (decimal): -11530206 or 2232400. OLE color: 2232400.

HSL color Cylindrical-coordinate representation of color #501022: hue angle of 343.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501022 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB801634-
CMYK00.800.580.69
HSL343.12º66.67%18.82%-
HSV(B)343.12º80%31.37%-
XYZ3.782.191.74-
YUV37.19126.2158.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=61.54%
G=12.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80163400.800.580.69343.1266.6718.82
Hex5010220503A451574313
Octal120204201207210552710323
Binary101000010000100010010100001110101000101101010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501022; }

 p { color: rgb(80,16,34); }

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

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

 a { background-color: rgb(80,16,34); }

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

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

 span { border-color: rgb(80,16,34); }

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