#461721

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

Shades of Bordeaux #461721

Tints of Bordeaux #461721

Color information

#461721 (or 0x461721) is unknown color: approx Bordeaux. HEX triplet: 46, 17 and 21. RGB value is (70,23,33). Sum of RGB (Red+Green+Blue) = 70+23+33=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461721 is #B9E8DE. Grayscale: #262626. Windows color (decimal): -12183775 or 2168646. OLE color: 2168646.

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

Color convert

RGB702333-
CMYK00.670.530.73
HSL347.23º50.54%18.24%-
HSV(B)347.23º67.14%27.45%-
XYZ3.112.021.67-
YUV38.19125.07150.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=55.56%
G=18.25%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70233300.670.530.73347.2350.5418.24
Hex461721043354915b3312
Octal10627410103651115336322
Binary10001101011110000101000011110101100100110101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461721; }

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

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

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

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

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

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

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

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