Html Css Color HEX #46161D Bordeaux

📋 copy color: '#46161D'

red 70 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #46161D

Tints of Bordeaux #46161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 57.85%
G = 18.18%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46161D (or 0x46161D) is known color: Bordeaux. HEX triplet: 46, 16 and 1D. RGB value is (70,22,29). Sum of RGB (Red+Green+Blue) = 70+22+29=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161D is #B9E9E2. Grayscale: #252525. Windows color (decimal): -12184035 or 1906246. OLE color: 1906246.

HSL color Cylindrical-coordinate representation of color #46161D: hue angle of 351.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 22 29 -
CMYK 0 0.69 0.59 0.73
HSL 351.25º 0.52% 0.18% -
HSV(B) 351.25º 0.69% 0.27% -
XYZ 3.03 1.96 1.38 -
YUV 37.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 70 22 29 0 0.69 0.59 0.73 351.25 0.52 0.18
Hex 46 16 1D 0 45 3B 49 15F 34 12
Octal 106 26 35 0 105 73 111 537 64 22
Binary 1000110 10110 11101 0 1000101 111011 1001001 101011111 110100 10010

Color Harmonies of #46161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46161D

Black with #46161D

Text Example


Text Example

White with #46161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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