#46061D

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

Shades of Bordeaux #46061D

Tints of Bordeaux #46061D

Color information

#46061D (or 0x46061D) is unknown color: approx Bordeaux. HEX triplet: 46, 06 and 1D. RGB value is (70,6,29). Sum of RGB (Red+Green+Blue) = 70+6+29=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061D is #B9F9E2. Grayscale: #1B1B1B. Windows color (decimal): -12188131 or 1902150. OLE color: 1902150.

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

Color convert

RGB70629-
CMYK00.910.590.73
HSL338.44º84.21%14.9%-
HSV(B)338.44º91.43%27.45%-
XYZ2.811.521.31-
YUV27.76128.7158.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=66.67%
G=5.71%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062900.910.590.73338.4484.2114.9
Hex4661D05B3B4915254f
Octal10663501337311152212417
Binary10001101101110101011011111011100100110101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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