#46181E

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

Shades of Bordeaux #46181E

Tints of Bordeaux #46181E

Color information

#46181E (or 0x46181E) is unknown color: approx Bordeaux. HEX triplet: 46, 18 and 1E. RGB value is (70,24,30). Sum of RGB (Red+Green+Blue) = 70+24+30=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #46181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46181E is #B9E7E1. Grayscale: #262626. Windows color (decimal): -12183522 or 1972294. OLE color: 1972294.

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

Color convert

RGB702430-
CMYK00.660.570.73
HSL352.17º48.94%18.43%-
HSV(B)352.17º65.71%27.45%-
XYZ3.092.051.46-
YUV38.44123.24150.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=56.45%
G=19.35%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70243000.660.570.73352.1748.9418.43
Hex46181E04239491603112
Octal10630360102711115406122
Binary1000110110001111001000010111001100100110110000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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