#461123

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

Shades of Bordeaux #461123

Tints of Bordeaux #461123

Color information

#461123 (or 0x461123) is unknown color: approx Bordeaux. HEX triplet: 46, 11 and 23. RGB value is (70,17,35). Sum of RGB (Red+Green+Blue) = 70+17+35=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461123 is #B9EEDC. Grayscale: #222222. Windows color (decimal): -12185309 or 2298182. OLE color: 2298182.

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

Color convert

RGB701735-
CMYK00.760.50.73
HSL339.62º60.92%17.06%-
HSV(B)339.62º75.71%27.45%-
XYZ3.031.821.78-
YUV34.9128.06153.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=57.38%
G=13.93%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70173500.760.50.73339.6260.9217.06
Hex46112304C32491543d11
Octal10621430114621115247521
Binary10001101000110001101001100110010100100110101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461123; }

 p { color: rgb(70,17,35); }

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

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

 a { background-color: rgb(70,17,35); }

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

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

 span { border-color: rgb(70,17,35); }

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