#46071D

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

Shades of Bordeaux #46071D

Tints of Bordeaux #46071D

Color information

#46071D (or 0x46071D) is unknown color: approx Bordeaux. HEX triplet: 46, 07 and 1D. RGB value is (70,7,29). Sum of RGB (Red+Green+Blue) = 70+7+29=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #46071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46071D is #B9F8E2. Grayscale: #1C1C1C. Windows color (decimal): -12187875 or 1902406. OLE color: 1902406.

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

Color convert

RGB70729-
CMYK00.900.590.73
HSL339.05º81.82%15.1%-
HSV(B)339.05º90%27.45%-
XYZ2.821.541.31-
YUV28.35128.37157.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=66.04%
G=6.60%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7072900.900.590.73339.0581.8215.1
Hex4671D05A3B4915352f
Octal10673501327311152312217
Binary10001101111110101011010111011100100110101001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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