Html Css Color HEX #46091C Bordeaux

📋 copy color: '#46091C'

red 70 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #46091C

Tints of Bordeaux #46091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 65.42%
G = 8.41%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46091C (or 0x46091C) is known color: Bordeaux. HEX triplet: 46, 09 and 1C. RGB value is (70,9,28). Sum of RGB (Red+Green+Blue) = 70+9+28=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #46091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091C is #B9F6E3. Grayscale: #1D1D1D. Windows color (decimal): -12187364 or 1837382. OLE color: 1837382.

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

Color convert

RGB 70 9 28 -
CMYK 0 0.87 0.60 0.73
HSL 341.31º 0.77% 0.15% -
HSV(B) 341.31º 0.87% 0.27% -
XYZ 2.83 1.58 1.25 -
YUV 29.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 70 9 28 0 0.87 0.60 0.73 341.31 0.77 0.15
Hex 46 9 1C 0 57 3C 49 155 4D F
Octal 106 11 34 0 127 74 111 525 115 17
Binary 1000110 1001 11100 0 1010111 111100 1001001 101010101 1001101 1111

Color Harmonies of #46091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46091C

Black with #46091C

Text Example


Text Example

White with #46091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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