Html Css Color HEX #46011A Bordeaux

📋 copy color: '#46011A'

red 70 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #46011A

Tints of Bordeaux #46011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

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

R = 72.16%
G = 1.03%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46011A (or 0x46011A) is known color: Bordeaux. HEX triplet: 46, 01 and 1A. RGB value is (70,1,26). Sum of RGB (Red+Green+Blue) = 70+1+26=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #46011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46011A is #B9FEE5. Grayscale: #181818. Windows color (decimal): -12189414 or 1704262. OLE color: 1704262.

HSL color Cylindrical-coordinate representation of color #46011A: hue angle of 338.26º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46011A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 26 -
CMYK 0 0.99 0.63 0.73
HSL 338.26º 0.97% 0.14% -
HSV(B) 338.26º 0.99% 0.27% -
XYZ 2.72 1.4 1.1 -
YUV 24.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 70 1 26 0 0.99 0.63 0.73 338.26 0.97 0.14
Hex 46 1 1A 0 63 3F 49 152 61 E
Octal 106 1 32 0 143 77 111 522 141 16
Binary 1000110 1 11010 0 1100011 111111 1001001 101010010 1100001 1110

Color Harmonies of #46011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46011A

Black with #46011A

Text Example


Text Example

White with #46011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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