Html Css Color HEX #46101A Bordeaux

📋 copy color: '#46101A'

red 70 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #46101A

Tints of Bordeaux #46101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

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

R = 62.5%
G = 14.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46101A (or 0x46101A) is known color: Bordeaux. HEX triplet: 46, 10 and 1A. RGB value is (70,16,26). Sum of RGB (Red+Green+Blue) = 70+16+26=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #46101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46101A is #B9EFE5. Grayscale: #212121. Windows color (decimal): -12185574 or 1708102. OLE color: 1708102.

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

Color convert

RGB 70 16 26 -
CMYK 0 0.77 0.63 0.73
HSL 348.89º 0.63% 0.17% -
HSV(B) 348.89º 0.77% 0.27% -
XYZ 2.9 1.75 1.16 -
YUV 33.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 70 16 26 0 0.77 0.63 0.73 348.89 0.63 0.17
Hex 46 10 1A 0 4D 3F 49 15D 3F 11
Octal 106 20 32 0 115 77 111 535 77 21
Binary 1000110 10000 11010 0 1001101 111111 1001001 101011101 111111 10001

Color Harmonies of #46101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46101A

Black with #46101A

Text Example


Text Example

White with #46101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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