#461021

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

Shades of Bordeaux #461021

Tints of Bordeaux #461021

Color information

#461021 (or 0x461021) is unknown color: approx Bordeaux. HEX triplet: 46, 10 and 21. RGB value is (70,16,33). Sum of RGB (Red+Green+Blue) = 70+16+33=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461021 is #B9EFDE. Grayscale: #222222. Windows color (decimal): -12185567 or 2166854. OLE color: 2166854.

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

Color convert

RGB701633-
CMYK00.770.530.73
HSL341.11º62.79%16.86%-
HSV(B)341.11º77.14%27.45%-
XYZ2.991.781.63-
YUV34.08127.39153.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=58.82%
G=13.45%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70163300.770.530.73341.1162.7916.86
Hex46102104D35491553f11
Octal10620410115651115257721
Binary10001101000010000101001101110101100100110101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461021; }

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

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

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

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

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

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

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

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