Html Css Color HEX #46111D Bordeaux

📋 copy color: '#46111D'

red 70 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #46111D

Tints of Bordeaux #46111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 60.34%
G = 14.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46111D (or 0x46111D) is known color: Bordeaux. HEX triplet: 46, 11 and 1D. RGB value is (70,17,29). Sum of RGB (Red+Green+Blue) = 70+17+29=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46111D is #B9EEE2. Grayscale: #222222. Windows color (decimal): -12185315 or 1904966. OLE color: 1904966.

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

Color convert

RGB 70 17 29 -
CMYK 0 0.76 0.59 0.73
HSL 346.42º 0.61% 0.17% -
HSV(B) 346.42º 0.76% 0.27% -
XYZ 2.95 1.79 1.35 -
YUV 34.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 70 17 29 0 0.76 0.59 0.73 346.42 0.61 0.17
Hex 46 11 1D 0 4C 3B 49 15A 3D 11
Octal 106 21 35 0 114 73 111 532 75 21
Binary 1000110 10001 11101 0 1001100 111011 1001001 101011010 111101 10001

Color Harmonies of #46111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46111D

Black with #46111D

Text Example


Text Example

White with #46111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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