Html Css Color HEX #471A20 Bordeaux

📋 copy color: '#471A20'

red 71 ◦ green 26 ◦ blue 32

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

Shades of Bordeaux #471A20

Tints of Bordeaux #471A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

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

R = 55.04%
G = 20.16%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#471A20 (or 0x471A20) is known color: Bordeaux. HEX triplet: 47, 1A and 20. RGB value is (71,26,32). Sum of RGB (Red+Green+Blue) = 71+26+32=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A20 is #B8E5DF. Grayscale: #282828. Windows color (decimal): -12117472 or 2103879. OLE color: 2103879.

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

Color convert

RGB 71 26 32 -
CMYK 0 0.63 0.55 0.72
HSL 352º 0.46% 0.19% -
HSV(B) 352º 0.63% 0.28% -
XYZ 3.23 2.18 1.62 -
YUV 40.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 71 26 32 0 0.63 0.55 0.72 352 0.46 0.19
Hex 47 1A 20 0 3F 37 48 160 2E 13
Octal 107 32 40 0 77 67 110 540 56 23
Binary 1000111 11010 100000 0 111111 110111 1001000 101100000 101110 10011

Color Harmonies of #471A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A20

Black with #471A20

Text Example


Text Example

White with #471A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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