#461223

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

Shades of Bordeaux #461223

Tints of Bordeaux #461223

Color information

#461223 (or 0x461223) is unknown color: approx Bordeaux. HEX triplet: 46, 12 and 23. RGB value is (70,18,35). Sum of RGB (Red+Green+Blue) = 70+18+35=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461223 is #B9EDDC. Grayscale: #232323. Windows color (decimal): -12185053 or 2298438. OLE color: 2298438.

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

Color convert

RGB701835-
CMYK00.740.50.73
HSL340.38º59.09%17.25%-
HSV(B)340.38º74.29%27.45%-
XYZ3.051.861.79-
YUV35.49127.73152.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=56.91%
G=14.63%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183500.740.50.73340.3859.0917.25
Hex46122304A32491543b11
Octal10622430112621115247321
Binary10001101001010001101001010110010100100110101010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461223; }

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

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

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

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

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

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

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

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