#461A21

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

Shades of Bordeaux #461A21

Tints of Bordeaux #461A21

Color information

#461A21 (or 0x461A21) is unknown color: approx Bordeaux. HEX triplet: 46, 1A and 21. RGB value is (70,26,33). Sum of RGB (Red+Green+Blue) = 70+26+33=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A21 is #B9E5DE. Grayscale: #272727. Windows color (decimal): -12183007 or 2169414. OLE color: 2169414.

HSL color Cylindrical-coordinate representation of color #461A21: hue angle of 350.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A21 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB702633-
CMYK00.630.530.73
HSL350.45º45.83%18.82%-
HSV(B)350.45º62.86%27.45%-
XYZ3.172.151.69-
YUV39.95124.08149.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=54.26%
G=20.16%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70263300.630.530.73350.4545.8318.82
Hex461A2103F354915e2e13
Octal1063241077651115365623
Binary1000110110101000010111111110101100100110101111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461A21; }

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

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

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

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

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

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

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

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