Html Css Color HEX #46111E Bordeaux

📋 copy color: '#46111E'

red 70 ◦ green 17 ◦ blue 30

#46111E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #46111E

Tints of Bordeaux #46111E

RGB

 RED value IS 70 (27.73% from 255) = 59.83%

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 59.83%
G = 14.53%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46111E (or 0x46111E) is known color: Bordeaux. HEX triplet: 46, 11 and 1E. RGB value is (70,17,30). Sum of RGB (Red+Green+Blue) = 70+17+30=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46111E is #B9EEE1. Grayscale: #222222. Windows color (decimal): -12185314 or 1970502. OLE color: 1970502.

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

Color convert

RGB 70 17 30 -
CMYK 0 0.76 0.57 0.73
HSL 345.28º 0.61% 0.17% -
HSV(B) 345.28º 0.76% 0.27% -
XYZ 2.96 1.8 1.42 -
YUV 34.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 70 17 30 0 0.76 0.57 0.73 345.28 0.61 0.17
Hex 46 11 1E 0 4C 39 49 159 3D 11
Octal 106 21 36 0 114 71 111 531 75 21
Binary 1000110 10001 11110 0 1001100 111001 1001001 101011001 111101 10001

Color Harmonies of #46111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46111E

Black with #46111E

Text Example


Text Example

White with #46111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46111E;
 }
 .AnyTagClassName
 {
   color: #46111E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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