#461624

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

Shades of Bordeaux #461624

Tints of Bordeaux #461624

Color information

#461624 (or 0x461624) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 24. RGB value is (70,22,36). Sum of RGB (Red+Green+Blue) = 70+22+36=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461624 is #B9E9DB. Grayscale: #252525. Windows color (decimal): -12184028 or 2364998. OLE color: 2364998.

HSL color Cylindrical-coordinate representation of color #461624: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461624 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB702236-
CMYK00.690.490.73
HSL342.5º52.17%18.04%-
HSV(B)342.5º68.57%27.45%-
XYZ3.1321.89-
YUV37.95126.9150.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=54.69%
G=17.19%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223600.690.490.73342.552.1718.04
Hex46162404531491563412
Octal10626440105611115266422
Binary10001101011010010001000101110001100100110101011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461624; }

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

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

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

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

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

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

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

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