Html Css Color HEX #471421 Bordeaux

📋 copy color: '#471421'

red 71 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #471421

Tints of Bordeaux #471421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

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

R = 57.26%
G = 16.13%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471421 (or 0x471421) is known color: Bordeaux. HEX triplet: 47, 14 and 21. RGB value is (71,20,33). Sum of RGB (Red+Green+Blue) = 71+20+33=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471421 is #B8EBDE. Grayscale: #242424. Windows color (decimal): -12119007 or 2167879. OLE color: 2167879.

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

Color convert

RGB 71 20 33 -
CMYK 0 0.72 0.54 0.72
HSL 344.71º 0.56% 0.18% -
HSV(B) 344.71º 0.72% 0.28% -
XYZ 3.12 1.95 1.65 -
YUV 36.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 71 20 33 0 0.72 0.54 0.72 344.71 0.56 0.18
Hex 47 14 21 0 48 36 48 159 38 12
Octal 107 24 41 0 110 66 110 531 70 22
Binary 1000111 10100 100001 0 1001000 110110 1001000 101011001 111000 10010

Color Harmonies of #471421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471421

Black with #471421

Text Example


Text Example

White with #471421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471421; }

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

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

background-color css

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

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

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

border-color css

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

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

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