#46051A

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

Shades of Bordeaux #46051A

Tints of Bordeaux #46051A

Color information

#46051A (or 0x46051A) is unknown color: approx Bordeaux. HEX triplet: 46, 05 and 1A. RGB value is (70,5,26). Sum of RGB (Red+Green+Blue) = 70+5+26=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46051A is #B9FAE5. Grayscale: #1A1A1A. Windows color (decimal): -12188390 or 1705286. OLE color: 1705286.

HSL color Cylindrical-coordinate representation of color #46051A: hue angle of 340.62º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46051A is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB70526-
CMYK00.930.630.73
HSL340.62º86.67%14.71%-
HSV(B)340.62º92.86%27.45%-
XYZ2.771.491.12-
YUV26.83127.53158.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=69.31%
G=4.95%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052600.930.630.73340.6286.6714.71
Hex4651A05D3F4915557f
Octal10653201357711152512717
Binary10001101011101001011101111111100100110101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46051A; }

 p { color: rgb(70,5,26); }

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

<style>
 a { background-color: #46051A; }

 a { background-color: rgb(70,5,26); }

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

<style>
 span { border-color: #46051A; }

 span { border-color: rgb(70,5,26); }

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