#461322

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

Shades of Bordeaux #461322

Tints of Bordeaux #461322

Color information

#461322 (or 0x461322) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 22. RGB value is (70,19,34). Sum of RGB (Red+Green+Blue) = 70+19+34=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461322 is #B9ECDD. Grayscale: #232323. Windows color (decimal): -12184798 or 2233158. OLE color: 2233158.

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

Color convert

RGB701934-
CMYK00.730.510.73
HSL342.35º57.3%17.45%-
HSV(B)342.35º72.86%27.45%-
XYZ3.051.881.72-
YUV35.96126.9152.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=56.91%
G=15.45%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193400.730.510.73342.3557.317.45
Hex46132204933491563911
Octal10623420111631115267121
Binary10001101001110001001001001110011100100110101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461322; }

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

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

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

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

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

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

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

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