Html Css Color HEX #46141F Bordeaux

📋 copy color: '#46141F'

red 70 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #46141F

Tints of Bordeaux #46141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.62%

R = 57.85%
G = 16.53%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46141F (or 0x46141F) is known color: Bordeaux. HEX triplet: 46, 14 and 1F. RGB value is (70,20,31). Sum of RGB (Red+Green+Blue) = 70+20+31=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141F is #B9EBE0. Grayscale: #242424. Windows color (decimal): -12184545 or 2036806. OLE color: 2036806.

HSL color Cylindrical-coordinate representation of color #46141F: hue angle of 346.8º 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 #46141F is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 31 -
CMYK 0 0.71 0.56 0.73
HSL 346.8º 0.56% 0.18% -
HSV(B) 346.8º 0.71% 0.27% -
XYZ 3.02 1.9 1.5 -
YUV 36.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 70 20 31 0 0.71 0.56 0.73 346.8 0.56 0.18
Hex 46 14 1F 0 47 38 49 15B 38 12
Octal 106 24 37 0 107 70 111 533 70 22
Binary 1000110 10100 11111 0 1000111 111000 1001001 101011011 111000 10010

Color Harmonies of #46141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46141F

Black with #46141F

Text Example


Text Example

White with #46141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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