Html Css Color HEX #46141B Bordeaux

📋 copy color: '#46141B'

red 70 ◦ green 20 ◦ blue 27

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

Shades of Bordeaux #46141B

Tints of Bordeaux #46141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 59.83%
G = 17.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46141B (or 0x46141B) is known color: Bordeaux. HEX triplet: 46, 14 and 1B. RGB value is (70,20,27). Sum of RGB (Red+Green+Blue) = 70+20+27=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141B is #B9EBE4. Grayscale: #232323. Windows color (decimal): -12184549 or 1774662. OLE color: 1774662.

HSL color Cylindrical-coordinate representation of color #46141B: hue angle of 351.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46141B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 27 -
CMYK 0 0.71 0.61 0.73
HSL 351.6º 0.56% 0.18% -
HSV(B) 351.6º 0.71% 0.27% -
XYZ 2.97 1.88 1.24 -
YUV 35.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 70 20 27 0 0.71 0.61 0.73 351.6 0.56 0.18
Hex 46 14 1B 0 47 3D 49 160 38 12
Octal 106 24 33 0 107 75 111 540 70 22
Binary 1000110 10100 11011 0 1000111 111101 1001001 101100000 111000 10010

Color Harmonies of #46141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46141B

Black with #46141B

Text Example


Text Example

White with #46141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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