Html Css Color HEX #471B20 Bordeaux

📋 copy color: '#471B20'

red 71 ◦ green 27 ◦ blue 32

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

Shades of Bordeaux #471B20

Tints of Bordeaux #471B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 54.62%
G = 20.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471B20 (or 0x471B20) is known color: Bordeaux. HEX triplet: 47, 1B and 20. RGB value is (71,27,32). Sum of RGB (Red+Green+Blue) = 71+27+32=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B20 is #B8E4DF. Grayscale: #282828. Windows color (decimal): -12117216 or 2104135. OLE color: 2104135.

HSL color Cylindrical-coordinate representation of color #471B20: hue angle of 353.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B20 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 32 -
CMYK 0 0.62 0.55 0.72
HSL 353.18º 0.45% 0.19% -
HSV(B) 353.18º 0.62% 0.28% -
XYZ 3.25 2.23 1.63 -
YUV 40.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 71 27 32 0 0.62 0.55 0.72 353.18 0.45 0.19
Hex 47 1B 20 0 3E 37 48 161 2D 13
Octal 107 33 40 0 76 67 110 541 55 23
Binary 1000111 11011 100000 0 111110 110111 1001000 101100001 101101 10011

Color Harmonies of #471B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B20

Black with #471B20

Text Example


Text Example

White with #471B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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