#46141F

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

Shades of Bordeaux #46141F

Tints of Bordeaux #46141F

Color information

#46141F (or 0x46141F) is unknown color: approx Bordeaux. HEX triplet: 46, 14 and 1F. RGB value is (70,20,31). Sum of RGB (Red+Green+Blue) = 70+20+31=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141F is #B9EBE0. Grayscale: #242424. Windows color (decimal): -12184545 or 2036806. OLE color: 2036806.

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

Color convert

RGB702031-
CMYK00.710.560.73
HSL346.8º55.56%17.65%-
HSV(B)346.8º71.43%27.45%-
XYZ3.021.91.5-
YUV36.2125.06152.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=57.85%
G=16.53%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70203100.710.560.73346.855.5617.65
Hex46141F047384915b3812
Octal10624370107701115337022
Binary1000110101001111101000111111000100100110101101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46141F; }

 p { color: rgb(70,20,31); }

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

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

 a { background-color: rgb(70,20,31); }

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

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

 span { border-color: rgb(70,20,31); }

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