Html Css Color HEX #46191D Bordeaux

📋 copy color: '#46191D'

red 70 ◦ green 25 ◦ blue 29

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

Shades of Bordeaux #46191D

Tints of Bordeaux #46191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 56.45%
G = 20.16%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46191D (or 0x46191D) is known color: Bordeaux. HEX triplet: 46, 19 and 1D. RGB value is (70,25,29). Sum of RGB (Red+Green+Blue) = 70+25+29=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #46191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46191D is #B9E6E2. Grayscale: #262626. Windows color (decimal): -12183267 or 1907014. OLE color: 1907014.

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

Color convert

RGB 70 25 29 -
CMYK 0 0.64 0.59 0.73
HSL 354.67º 0.47% 0.19% -
HSV(B) 354.67º 0.64% 0.27% -
XYZ 3.1 2.09 1.4 -
YUV 38.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 70 25 29 0 0.64 0.59 0.73 354.67 0.47 0.19
Hex 46 19 1D 0 40 3B 49 163 2F 13
Octal 106 31 35 0 100 73 111 543 57 23
Binary 1000110 11001 11101 0 1000000 111011 1001001 101100011 101111 10011

Color Harmonies of #46191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46191D

Black with #46191D

Text Example


Text Example

White with #46191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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