Html Css Color HEX #46171E Bordeaux

📋 copy color: '#46171E'

red 70 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #46171E

Tints of Bordeaux #46171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 56.91%
G = 18.7%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46171E (or 0x46171E) is known color: Bordeaux. HEX triplet: 46, 17 and 1E. RGB value is (70,23,30). Sum of RGB (Red+Green+Blue) = 70+23+30=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #46171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46171E is #B9E8E1. Grayscale: #252525. Windows color (decimal): -12183778 or 1972038. OLE color: 1972038.

HSL color Cylindrical-coordinate representation of color #46171E: hue angle of 351.06º 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 #46171E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 30 -
CMYK 0 0.67 0.57 0.73
HSL 351.06º 0.51% 0.18% -
HSV(B) 351.06º 0.67% 0.27% -
XYZ 3.07 2.01 1.45 -
YUV 37.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 70 23 30 0 0.67 0.57 0.73 351.06 0.51 0.18
Hex 46 17 1E 0 43 39 49 15F 33 12
Octal 106 27 36 0 103 71 111 537 63 22
Binary 1000110 10111 11110 0 1000011 111001 1001001 101011111 110011 10010

Color Harmonies of #46171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46171E

Black with #46171E

Text Example


Text Example

White with #46171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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