Html Css Color HEX #46091A Bordeaux

📋 copy color: '#46091A'

red 70 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #46091A

Tints of Bordeaux #46091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 66.67%
G = 8.57%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46091A (or 0x46091A) is known color: Bordeaux. HEX triplet: 46, 09 and 1A. RGB value is (70,9,26). Sum of RGB (Red+Green+Blue) = 70+9+26=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091A is #B9F6E5. Grayscale: #1D1D1D. Windows color (decimal): -12187366 or 1706310. OLE color: 1706310.

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

Color convert

RGB 70 9 26 -
CMYK 0 0.87 0.63 0.73
HSL 343.28º 0.77% 0.15% -
HSV(B) 343.28º 0.87% 0.27% -
XYZ 2.81 1.57 1.13 -
YUV 29.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 70 9 26 0 0.87 0.63 0.73 343.28 0.77 0.15
Hex 46 9 1A 0 57 3F 49 157 4D F
Octal 106 11 32 0 127 77 111 527 115 17
Binary 1000110 1001 11010 0 1010111 111111 1001001 101010111 1001101 1111

Color Harmonies of #46091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46091A

Black with #46091A

Text Example


Text Example

White with #46091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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