Html Css Color HEX #46091F Bordeaux

📋 copy color: '#46091F'

red 70 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #46091F

Tints of Bordeaux #46091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

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

R = 63.64%
G = 8.18%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46091F (or 0x46091F) is known color: Bordeaux. HEX triplet: 46, 09 and 1F. RGB value is (70,9,31). Sum of RGB (Red+Green+Blue) = 70+9+31=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #46091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091F is #B9F6E0. Grayscale: #1D1D1D. Windows color (decimal): -12187361 or 2033990. OLE color: 2033990.

HSL color Cylindrical-coordinate representation of color #46091F: hue angle of 338.36º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46091F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 9 31 -
CMYK 0 0.87 0.56 0.73
HSL 338.36º 0.77% 0.15% -
HSV(B) 338.36º 0.87% 0.27% -
XYZ 2.87 1.6 1.45 -
YUV 29.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 70 9 31 0 0.87 0.56 0.73 338.36 0.77 0.15
Hex 46 9 1F 0 57 38 49 152 4D F
Octal 106 11 37 0 127 70 111 522 115 17
Binary 1000110 1001 11111 0 1010111 111000 1001001 101010010 1001101 1111

Color Harmonies of #46091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46091F

Black with #46091F

Text Example


Text Example

White with #46091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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