Html Css Color HEX #46091D Bordeaux

📋 copy color: '#46091D'

red 70 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #46091D

Tints of Bordeaux #46091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 64.81%
G = 8.33%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46091D (or 0x46091D) is known color: Bordeaux. HEX triplet: 46, 09 and 1D. RGB value is (70,9,29). Sum of RGB (Red+Green+Blue) = 70+9+29=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #46091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091D is #B9F6E2. Grayscale: #1D1D1D. Windows color (decimal): -12187363 or 1902918. OLE color: 1902918.

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

Color convert

RGB 70 9 29 -
CMYK 0 0.87 0.59 0.73
HSL 340.33º 0.77% 0.15% -
HSV(B) 340.33º 0.87% 0.27% -
XYZ 2.85 1.59 1.32 -
YUV 29.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 70 9 29 0 0.87 0.59 0.73 340.33 0.77 0.15
Hex 46 9 1D 0 57 3B 49 154 4D F
Octal 106 11 35 0 127 73 111 524 115 17
Binary 1000110 1001 11101 0 1010111 111011 1001001 101010100 1001101 1111

Color Harmonies of #46091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46091D

Black with #46091D

Text Example


Text Example

White with #46091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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