Html Css Color HEX #471221 Bordeaux

📋 copy color: '#471221'

red 71 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #471221

Tints of Bordeaux #471221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

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

R = 58.2%
G = 14.75%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471221 (or 0x471221) is known color: Bordeaux. HEX triplet: 47, 12 and 21. RGB value is (71,18,33). Sum of RGB (Red+Green+Blue) = 71+18+33=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471221 is #B8EDDE. Grayscale: #232323. Windows color (decimal): -12119519 or 2167367. OLE color: 2167367.

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

Color convert

RGB 71 18 33 -
CMYK 0 0.75 0.54 0.72
HSL 343.02º 0.6% 0.17% -
HSV(B) 343.02º 0.75% 0.28% -
XYZ 3.09 1.88 1.64 -
YUV 35.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 71 18 33 0 0.75 0.54 0.72 343.02 0.6 0.17
Hex 47 12 21 0 4B 36 48 157 3C 11
Octal 107 22 41 0 113 66 110 527 74 21
Binary 1000111 10010 100001 0 1001011 110110 1001000 101010111 111100 10001

Color Harmonies of #471221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471221

Black with #471221

Text Example


Text Example

White with #471221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471221; }

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

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

background-color css

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

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

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

border-color css

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

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

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