#461320

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

Shades of Bordeaux #461320

Tints of Bordeaux #461320

Color information

#461320 (or 0x461320) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 20. RGB value is (70,19,32). Sum of RGB (Red+Green+Blue) = 70+19+32=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461320 is #B9ECDF. Grayscale: #232323. Windows color (decimal): -12184800 or 2102086. OLE color: 2102086.

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

Color convert

RGB701932-
CMYK00.730.540.73
HSL344.71º57.3%17.45%-
HSV(B)344.71º72.86%27.45%-
XYZ3.021.871.57-
YUV35.73125.9152.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=57.85%
G=15.70%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193200.730.540.73344.7157.317.45
Hex46132004936491593911
Octal10623400111661115317121
Binary10001101001110000001001001110110100100110101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461320; }

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

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

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

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

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

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

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

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