Html Css Color HEX #46091E Bordeaux

📋 copy color: '#46091E'

red 70 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #46091E

Tints of Bordeaux #46091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.52%

R = 64.22%
G = 8.26%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46091E (or 0x46091E) is known color: Bordeaux. HEX triplet: 46, 09 and 1E. RGB value is (70,9,30). Sum of RGB (Red+Green+Blue) = 70+9+30=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #46091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091E is #B9F6E1. Grayscale: #1D1D1D. Windows color (decimal): -12187362 or 1968454. OLE color: 1968454.

HSL color Cylindrical-coordinate representation of color #46091E: hue angle of 339.34º 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 #46091E is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 9 30 -
CMYK 0 0.87 0.57 0.73
HSL 339.34º 0.77% 0.15% -
HSV(B) 339.34º 0.87% 0.27% -
XYZ 2.86 1.59 1.38 -
YUV 29.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 70 9 30 0 0.87 0.57 0.73 339.34 0.77 0.15
Hex 46 9 1E 0 57 39 49 153 4D F
Octal 106 11 36 0 127 71 111 523 115 17
Binary 1000110 1001 11110 0 1010111 111001 1001001 101010011 1001101 1111

Color Harmonies of #46091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46091E

Black with #46091E

Text Example


Text Example

White with #46091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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