#46091E

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

Shades of Bordeaux #46091E

Tints of Bordeaux #46091E

Color information

#46091E (or 0x46091E) is unknown color: approx Bordeaux. HEX triplet: 46, 09 and 1E. RGB value is (70,9,30). Sum of RGB (Red+Green+Blue) = 70+9+30=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #46091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091E is #B9F6E1. Grayscale: #1D1D1D. Windows color (decimal): -12187362 or 1968454. OLE color: 1968454.

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

Color convert

RGB70930-
CMYK00.870.570.73
HSL339.34º77.22%15.49%-
HSV(B)339.34º87.14%27.45%-
XYZ2.861.591.38-
YUV29.63128.21156.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=64.22%
G=8.26%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7093000.870.570.73339.3477.2215.49
Hex4691E05739491534df
Octal106113601277111152311517
Binary100011010011111001010111111001100100110101001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46091E; }

 p { color: rgb(70,9,30); }

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

<style>
 a { background-color: #46091E; }

 a { background-color: rgb(70,9,30); }

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

<style>
 span { border-color: #46091E; }

 span { border-color: rgb(70,9,30); }

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