Html Css Color HEX #46131B Bordeaux

📋 copy color: '#46131B'

red 70 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #46131B

Tints of Bordeaux #46131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 60.34%
G = 16.38%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46131B (or 0x46131B) is known color: Bordeaux. HEX triplet: 46, 13 and 1B. RGB value is (70,19,27). Sum of RGB (Red+Green+Blue) = 70+19+27=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131B is #B9ECE4. Grayscale: #232323. Windows color (decimal): -12184805 or 1774406. OLE color: 1774406.

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

Color convert

RGB 70 19 27 -
CMYK 0 0.73 0.61 0.73
HSL 350.59º 0.57% 0.17% -
HSV(B) 350.59º 0.73% 0.27% -
XYZ 2.96 1.85 1.24 -
YUV 35.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 70 19 27 0 0.73 0.61 0.73 350.59 0.57 0.17
Hex 46 13 1B 0 49 3D 49 15F 39 11
Octal 106 23 33 0 111 75 111 537 71 21
Binary 1000110 10011 11011 0 1001001 111101 1001001 101011111 111001 10001

Color Harmonies of #46131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46131B

Black with #46131B

Text Example


Text Example

White with #46131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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