Html Css Color HEX #471A21 Bordeaux

📋 copy color: '#471A21'

red 71 ◦ green 26 ◦ blue 33

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

Shades of Bordeaux #471A21

Tints of Bordeaux #471A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.38%

R = 54.62%
G = 20%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471A21 (or 0x471A21) is known color: Bordeaux. HEX triplet: 47, 1A and 21. RGB value is (71,26,33). Sum of RGB (Red+Green+Blue) = 71+26+33=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A21 is #B8E5DE. Grayscale: #282828. Windows color (decimal): -12117471 or 2169415. OLE color: 2169415.

HSL color Cylindrical-coordinate representation of color #471A21: hue angle of 350.67º 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 #471A21 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 33 -
CMYK 0 0.63 0.54 0.72
HSL 350.67º 0.46% 0.19% -
HSV(B) 350.67º 0.63% 0.28% -
XYZ 3.24 2.19 1.69 -
YUV 40.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 71 26 33 0 0.63 0.54 0.72 350.67 0.46 0.19
Hex 47 1A 21 0 3F 36 48 15F 2E 13
Octal 107 32 41 0 77 66 110 537 56 23
Binary 1000111 11010 100001 0 111111 110110 1001000 101011111 101110 10011

Color Harmonies of #471A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A21

Black with #471A21

Text Example


Text Example

White with #471A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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