#46121D

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

Shades of Bordeaux #46121D

Tints of Bordeaux #46121D

Color information

#46121D (or 0x46121D) is unknown color: approx Bordeaux. HEX triplet: 46, 12 and 1D. RGB value is (70,18,29). Sum of RGB (Red+Green+Blue) = 70+18+29=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121D is #B9EDE2. Grayscale: #222222. Windows color (decimal): -12185059 or 1905222. OLE color: 1905222.

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

Color convert

RGB701829-
CMYK00.740.590.73
HSL347.31º59.09%17.25%-
HSV(B)347.31º74.29%27.45%-
XYZ2.961.821.36-
YUV34.8124.73153.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=59.83%
G=15.38%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70182900.740.590.73347.3159.0917.25
Hex46121D04A3B4915b3b11
Octal10622350112731115337321
Binary1000110100101110101001010111011100100110101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46121D; }

 p { color: rgb(70,18,29); }

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

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

 a { background-color: rgb(70,18,29); }

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

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

 span { border-color: rgb(70,18,29); }

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