Html Css Color HEX #471121 Bordeaux

📋 copy color: '#471121'

red 71 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #471121

Tints of Bordeaux #471121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 58.68%
G = 14.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471121 (or 0x471121) is known color: Bordeaux. HEX triplet: 47, 11 and 21. RGB value is (71,17,33). Sum of RGB (Red+Green+Blue) = 71+17+33=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471121 is #B8EEDE. Grayscale: #222222. Windows color (decimal): -12119775 or 2167111. OLE color: 2167111.

HSL color Cylindrical-coordinate representation of color #471121: hue angle of 342.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471121 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 33 -
CMYK 0 0.76 0.54 0.72
HSL 342.22º 0.61% 0.17% -
HSV(B) 342.22º 0.76% 0.28% -
XYZ 3.07 1.85 1.63 -
YUV 34.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 71 17 33 0 0.76 0.54 0.72 342.22 0.61 0.17
Hex 47 11 21 0 4C 36 48 156 3D 11
Octal 107 21 41 0 114 66 110 526 75 21
Binary 1000111 10001 100001 0 1001100 110110 1001000 101010110 111101 10001

Color Harmonies of #471121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471121

Black with #471121

Text Example


Text Example

White with #471121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471121; }

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

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

background-color css

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

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

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

border-color css

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

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

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