#461022

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

Shades of Bordeaux #461022

Tints of Bordeaux #461022

Color information

#461022 (or 0x461022) is unknown color: approx Bordeaux. HEX triplet: 46, 10 and 22. RGB value is (70,16,34). Sum of RGB (Red+Green+Blue) = 70+16+34=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461022 is #B9EFDD. Grayscale: #222222. Windows color (decimal): -12185566 or 2232390. OLE color: 2232390.

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

Color convert

RGB701634-
CMYK00.770.510.73
HSL340º62.79%16.86%-
HSV(B)340º77.14%27.45%-
XYZ31.791.7-
YUV34.2127.89153.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=58.33%
G=13.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70163400.770.510.7334062.7916.86
Hex46102204D33491543f11
Octal10620420115631115247721
Binary10001101000010001001001101110011100100110101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461022; }

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

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

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

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

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

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

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

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