Html Css Color HEX #46131F Bordeaux

📋 copy color: '#46131F'

red 70 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #46131F

Tints of Bordeaux #46131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 58.33%
G = 15.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46131F (or 0x46131F) is known color: Bordeaux. HEX triplet: 46, 13 and 1F. RGB value is (70,19,31). Sum of RGB (Red+Green+Blue) = 70+19+31=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131F is #B9ECE0. Grayscale: #232323. Windows color (decimal): -12184801 or 2036550. OLE color: 2036550.

HSL color Cylindrical-coordinate representation of color #46131F: hue angle of 345.88º 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 #46131F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 19 31 -
CMYK 0 0.73 0.56 0.73
HSL 345.88º 0.57% 0.17% -
HSV(B) 345.88º 0.73% 0.27% -
XYZ 3.01 1.87 1.5 -
YUV 35.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 70 19 31 0 0.73 0.56 0.73 345.88 0.57 0.17
Hex 46 13 1F 0 49 38 49 15A 39 11
Octal 106 23 37 0 111 70 111 532 71 21
Binary 1000110 10011 11111 0 1001001 111000 1001001 101011010 111001 10001

Color Harmonies of #46131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46131F

Black with #46131F

Text Example


Text Example

White with #46131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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