Html Css Color HEX #46171D Bordeaux

📋 copy color: '#46171D'

red 70 ◦ green 23 ◦ blue 29

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

Shades of Bordeaux #46171D

Tints of Bordeaux #46171D

RGB

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

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

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

R = 57.38%
G = 18.85%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46171D (or 0x46171D) is known color: Bordeaux. HEX triplet: 46, 17 and 1D. RGB value is (70,23,29). Sum of RGB (Red+Green+Blue) = 70+23+29=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46171D is #B9E8E2. Grayscale: #252525. Windows color (decimal): -12183779 or 1906502. OLE color: 1906502.

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

Color convert

RGB 70 23 29 -
CMYK 0 0.67 0.59 0.73
HSL 352.34º 0.51% 0.18% -
HSV(B) 352.34º 0.67% 0.27% -
XYZ 3.05 2 1.39 -
YUV 37.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 70 23 29 0 0.67 0.59 0.73 352.34 0.51 0.18
Hex 46 17 1D 0 43 3B 49 160 33 12
Octal 106 27 35 0 103 73 111 540 63 22
Binary 1000110 10111 11101 0 1000011 111011 1001001 101100000 110011 10010

Color Harmonies of #46171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46171D

Black with #46171D

Text Example


Text Example

White with #46171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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