Html Css Color HEX #46171C Bordeaux

📋 copy color: '#46171C'

red 70 ◦ green 23 ◦ blue 28

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

Shades of Bordeaux #46171C

Tints of Bordeaux #46171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

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

R = 57.85%
G = 19.01%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46171C (or 0x46171C) is known color: Bordeaux. HEX triplet: 46, 17 and 1C. RGB value is (70,23,28). Sum of RGB (Red+Green+Blue) = 70+23+28=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46171C is #B9E8E3. Grayscale: #252525. Windows color (decimal): -12183780 or 1840966. OLE color: 1840966.

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

Color convert

RGB 70 23 28 -
CMYK 0 0.67 0.60 0.73
HSL 353.62º 0.51% 0.18% -
HSV(B) 353.62º 0.67% 0.27% -
XYZ 3.04 2 1.32 -
YUV 37.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 70 23 28 0 0.67 0.60 0.73 353.62 0.51 0.18
Hex 46 17 1C 0 43 3C 49 162 33 12
Octal 106 27 34 0 103 74 111 542 63 22
Binary 1000110 10111 11100 0 1000011 111100 1001001 101100010 110011 10010

Color Harmonies of #46171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46171C

Black with #46171C

Text Example


Text Example

White with #46171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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