#46151F

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

Shades of Bordeaux #46151F

Tints of Bordeaux #46151F

Color information

#46151F (or 0x46151F) is unknown color: approx Bordeaux. HEX triplet: 46, 15 and 1F. RGB value is (70,21,31). Sum of RGB (Red+Green+Blue) = 70+21+31=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151F is #B9EAE0. Grayscale: #242424. Windows color (decimal): -12184289 or 2037062. OLE color: 2037062.

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

Color convert

RGB702131-
CMYK00.700.560.73
HSL347.76º53.85%17.84%-
HSV(B)347.76º70%27.45%-
XYZ3.041.941.51-
YUV36.79124.73151.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=57.38%
G=17.21%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213100.700.560.73347.7653.8517.84
Hex46151F046384915c3612
Octal10625370106701115346622
Binary1000110101011111101000110111000100100110101110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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