#461720

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

Shades of Bordeaux #461720

Tints of Bordeaux #461720

Color information

#461720 (or 0x461720) is unknown color: approx Bordeaux. HEX triplet: 46, 17 and 20. RGB value is (70,23,32). Sum of RGB (Red+Green+Blue) = 70+23+32=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461720 is #B9E8DF. Grayscale: #262626. Windows color (decimal): -12183776 or 2103110. OLE color: 2103110.

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

Color convert

RGB702332-
CMYK00.670.540.73
HSL348.51º50.54%18.24%-
HSV(B)348.51º67.14%27.45%-
XYZ3.092.021.59-
YUV38.08124.57150.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=56%
G=18.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70233200.670.540.73348.5150.5418.24
Hex461720043364915d3312
Octal10627400103661115356322
Binary10001101011110000001000011110110100100110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461720; }

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

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

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

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

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

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

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

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