#461520

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

Shades of Bordeaux #461520

Tints of Bordeaux #461520

Color information

#461520 (or 0x461520) is unknown color: approx Bordeaux. HEX triplet: 46, 15 and 20. RGB value is (70,21,32). Sum of RGB (Red+Green+Blue) = 70+21+32=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461520 is #B9EADF. Grayscale: #242424. Windows color (decimal): -12184288 or 2102598. OLE color: 2102598.

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

Color convert

RGB702132-
CMYK00.700.540.73
HSL346.53º53.85%17.84%-
HSV(B)346.53º70%27.45%-
XYZ3.051.941.58-
YUV36.9125.23151.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=56.91%
G=17.07%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213200.700.540.73346.5353.8517.84
Hex461520046364915b3612
Octal10625400106661115336622
Binary10001101010110000001000110110110100100110101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461520; }

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

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

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

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

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

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

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

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