Html Css Color HEX #46141D Bordeaux

📋 copy color: '#46141D'

red 70 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #46141D

Tints of Bordeaux #46141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 58.82%
G = 16.81%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46141D (or 0x46141D) is known color: Bordeaux. HEX triplet: 46, 14 and 1D. RGB value is (70,20,29). Sum of RGB (Red+Green+Blue) = 70+20+29=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141D is #B9EBE2. Grayscale: #232323. Windows color (decimal): -12184547 or 1905734. OLE color: 1905734.

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

Color convert

RGB 70 20 29 -
CMYK 0 0.71 0.59 0.73
HSL 349.2º 0.56% 0.18% -
HSV(B) 349.2º 0.71% 0.27% -
XYZ 3 1.89 1.37 -
YUV 35.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 70 20 29 0 0.71 0.59 0.73 349.2 0.56 0.18
Hex 46 14 1D 0 47 3B 49 15D 38 12
Octal 106 24 35 0 107 73 111 535 70 22
Binary 1000110 10100 11101 0 1000111 111011 1001001 101011101 111000 10010

Color Harmonies of #46141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46141D

Black with #46141D

Text Example


Text Example

White with #46141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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