#461020

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

Shades of Bordeaux #461020

Tints of Bordeaux #461020

Color information

#461020 (or 0x461020) is unknown color: approx Bordeaux. HEX triplet: 46, 10 and 20. RGB value is (70,16,32). Sum of RGB (Red+Green+Blue) = 70+16+32=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #461020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461020 is #B9EFDF. Grayscale: #212121. Windows color (decimal): -12185568 or 2101318. OLE color: 2101318.

HSL color Cylindrical-coordinate representation of color #461020: hue angle of 342.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461020 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB701632-
CMYK00.770.540.73
HSL342.22º62.79%16.86%-
HSV(B)342.22º77.14%27.45%-
XYZ2.971.781.55-
YUV33.97126.89153.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=59.32%
G=13.56%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70163200.770.540.73342.2262.7916.86
Hex46102004D36491563f11
Octal10620400115661115267721
Binary10001101000010000001001101110110100100110101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461020; }

 p { color: rgb(70,16,32); }

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

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

 a { background-color: rgb(70,16,32); }

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

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

 span { border-color: rgb(70,16,32); }

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