#461224

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

Shades of Bordeaux #461224

Tints of Bordeaux #461224

Color information

#461224 (or 0x461224) is unknown color: approx Bordeaux. HEX triplet: 46, 12 and 24. RGB value is (70,18,36). Sum of RGB (Red+Green+Blue) = 70+18+36=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461224 is #B9EDDB. Grayscale: #232323. Windows color (decimal): -12185052 or 2363974. OLE color: 2363974.

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

Color convert

RGB701836-
CMYK00.740.490.73
HSL339.23º59.09%17.25%-
HSV(B)339.23º74.29%27.45%-
XYZ3.061.861.87-
YUV35.6128.23152.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=56.45%
G=14.52%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183600.740.490.73339.2359.0917.25
Hex46122404A31491533b11
Octal10622440112611115237321
Binary10001101001010010001001010110001100100110101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461224; }

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

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

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

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

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

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

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

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