Html Css Color HEX #471720 Bordeaux

📋 copy color: '#471720'

red 71 ◦ green 23 ◦ blue 32

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

Shades of Bordeaux #471720

Tints of Bordeaux #471720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 56.35%
G = 18.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471720 (or 0x471720) is known color: Bordeaux. HEX triplet: 47, 17 and 20. RGB value is (71,23,32). Sum of RGB (Red+Green+Blue) = 71+23+32=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471720 is #B8E8DF. Grayscale: #262626. Windows color (decimal): -12118240 or 2103111. OLE color: 2103111.

HSL color Cylindrical-coordinate representation of color #471720: hue angle of 348.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 #471720 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 32 -
CMYK 0 0.68 0.55 0.72
HSL 348.75º 0.51% 0.18% -
HSV(B) 348.75º 0.68% 0.28% -
XYZ 3.17 2.06 1.6 -
YUV 38.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 71 23 32 0 0.68 0.55 0.72 348.75 0.51 0.18
Hex 47 17 20 0 44 37 48 15D 33 12
Octal 107 27 40 0 104 67 110 535 63 22
Binary 1000111 10111 100000 0 1000100 110111 1001000 101011101 110011 10010

Color Harmonies of #471720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471720

Black with #471720

Text Example


Text Example

White with #471720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471720; }

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

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

background-color css

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

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

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

border-color css

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

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

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