#461621

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

Shades of Bordeaux #461621

Tints of Bordeaux #461621

Color information

#461621 (or 0x461621) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 21. RGB value is (70,22,33). Sum of RGB (Red+Green+Blue) = 70+22+33=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461621 is #B9E9DE. Grayscale: #252525. Windows color (decimal): -12184031 or 2168390. OLE color: 2168390.

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

Color convert

RGB702233-
CMYK00.690.530.73
HSL346.25º52.17%18.04%-
HSV(B)346.25º68.57%27.45%-
XYZ3.091.991.66-
YUV37.61125.4151.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=56%
G=17.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223300.690.530.73346.2552.1718.04
Hex461621045354915a3412
Octal10626410105651115326422
Binary10001101011010000101000101110101100100110101101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461621; }

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

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

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

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

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

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

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

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