#461121

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

Shades of Bordeaux #461121

Tints of Bordeaux #461121

Color information

#461121 (or 0x461121) is unknown color: approx Bordeaux. HEX triplet: 46, 11 and 21. RGB value is (70,17,33). Sum of RGB (Red+Green+Blue) = 70+17+33=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461121 is #B9EEDE. Grayscale: #222222. Windows color (decimal): -12185311 or 2167110. OLE color: 2167110.

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

Color convert

RGB701733-
CMYK00.760.530.73
HSL341.89º60.92%17.06%-
HSV(B)341.89º75.71%27.45%-
XYZ31.811.63-
YUV34.67127.06153.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=58.33%
G=14.17%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70173300.760.530.73341.8960.9217.06
Hex46112104C35491563d11
Octal10621410114651115267521
Binary10001101000110000101001100110101100100110101011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461121; }

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

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

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

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

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

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

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

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