Html Css Color HEX #46111B Bordeaux

📋 copy color: '#46111B'

red 70 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #46111B

Tints of Bordeaux #46111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 61.4%
G = 14.91%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46111B (or 0x46111B) is known color: Bordeaux. HEX triplet: 46, 11 and 1B. RGB value is (70,17,27). Sum of RGB (Red+Green+Blue) = 70+17+27=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #46111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46111B is #B9EEE4. Grayscale: #222222. Windows color (decimal): -12185317 or 1773894. OLE color: 1773894.

HSL color Cylindrical-coordinate representation of color #46111B: hue angle of 348.68º 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 #46111B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 17 27 -
CMYK 0 0.76 0.61 0.73
HSL 348.68º 0.61% 0.17% -
HSV(B) 348.68º 0.76% 0.27% -
XYZ 2.92 1.78 1.23 -
YUV 33.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 70 17 27 0 0.76 0.61 0.73 348.68 0.61 0.17
Hex 46 11 1B 0 4C 3D 49 15D 3D 11
Octal 106 21 33 0 114 75 111 535 75 21
Binary 1000110 10001 11011 0 1001100 111101 1001001 101011101 111101 10001

Color Harmonies of #46111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46111B

Black with #46111B

Text Example


Text Example

White with #46111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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