Html Css Color HEX #46131C Bordeaux

📋 copy color: '#46131C'

red 70 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #46131C

Tints of Bordeaux #46131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 59.83%
G = 16.24%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46131C (or 0x46131C) is known color: Bordeaux. HEX triplet: 46, 13 and 1C. RGB value is (70,19,28). Sum of RGB (Red+Green+Blue) = 70+19+28=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131C is #B9ECE3. Grayscale: #232323. Windows color (decimal): -12184804 or 1839942. OLE color: 1839942.

HSL color Cylindrical-coordinate representation of color #46131C: hue angle of 349.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46131C is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 19 28 -
CMYK 0 0.73 0.60 0.73
HSL 349.41º 0.57% 0.17% -
HSV(B) 349.41º 0.73% 0.27% -
XYZ 2.97 1.85 1.3 -
YUV 35.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 70 19 28 0 0.73 0.60 0.73 349.41 0.57 0.17
Hex 46 13 1C 0 49 3C 49 15D 39 11
Octal 106 23 34 0 111 74 111 535 71 21
Binary 1000110 10011 11100 0 1001001 111100 1001001 101011101 111001 10001

Color Harmonies of #46131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46131C

Black with #46131C

Text Example


Text Example

White with #46131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46131C; }

 p { color: rgb(70,19,28); }

 H1.HeaderClassName
 {
   color: #46131C;
 }
 .AnyTagClassName
 {
   color: #46131C;
 }
</style>

background-color css

<style>
 a { background-color: #46131C; }

 a { background-color: rgb(70,19,28); }

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

border-color css

<style>
 span { border-color: #46131C; }

 span { border-color: rgb(70,19,28); }

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