Html Css Color HEX #47171C Bordeaux

📋 copy color: '#47171C'

red 71 ◦ green 23 ◦ blue 28

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

Shades of Bordeaux #47171C

Tints of Bordeaux #47171C

RGB

 RED value IS 71 (28.13% from 255) = 58.2%

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

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

R = 58.2%
G = 18.85%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47171C (or 0x47171C) is known color: Bordeaux. HEX triplet: 47, 17 and 1C. RGB value is (71,23,28). Sum of RGB (Red+Green+Blue) = 71+23+28=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47171C is #B8E8E3. Grayscale: #252525. Windows color (decimal): -12118244 or 1840967. OLE color: 1840967.

HSL color Cylindrical-coordinate representation of color #47171C: hue angle of 353.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47171C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 28 -
CMYK 0 0.68 0.61 0.72
HSL 353.75º 0.51% 0.18% -
HSV(B) 353.75º 0.68% 0.28% -
XYZ 3.11 2.04 1.33 -
YUV 37.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 71 23 28 0 0.68 0.61 0.72 353.75 0.51 0.18
Hex 47 17 1C 0 44 3D 48 162 33 12
Octal 107 27 34 0 104 75 110 542 63 22
Binary 1000111 10111 11100 0 1000100 111101 1001000 101100010 110011 10010

Color Harmonies of #47171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47171C

Black with #47171C

Text Example


Text Example

White with #47171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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