Html Css Color HEX #46191F Bordeaux

📋 copy color: '#46191F'

red 70 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #46191F

Tints of Bordeaux #46191F

RGB

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

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

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

R = 55.56%
G = 19.84%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46191F (or 0x46191F) is known color: Bordeaux. HEX triplet: 46, 19 and 1F. RGB value is (70,25,31). Sum of RGB (Red+Green+Blue) = 70+25+31=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #46191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46191F is #B9E6E0. Grayscale: #272727. Windows color (decimal): -12183265 or 2038086. OLE color: 2038086.

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

Color convert

RGB 70 25 31 -
CMYK 0 0.64 0.56 0.73
HSL 352º 0.47% 0.19% -
HSV(B) 352º 0.64% 0.27% -
XYZ 3.12 2.1 1.54 -
YUV 39.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 70 25 31 0 0.64 0.56 0.73 352 0.47 0.19
Hex 46 19 1F 0 40 38 49 160 2F 13
Octal 106 31 37 0 100 70 111 540 57 23
Binary 1000110 11001 11111 0 1000000 111000 1001001 101100000 101111 10011

Color Harmonies of #46191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46191F

Black with #46191F

Text Example


Text Example

White with #46191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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