Html Css Color HEX #471321 Bordeaux

📋 copy color: '#471321'

red 71 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #471321

Tints of Bordeaux #471321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 57.72%
G = 15.45%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#471321 (or 0x471321) is known color: Bordeaux. HEX triplet: 47, 13 and 21. RGB value is (71,19,33). Sum of RGB (Red+Green+Blue) = 71+19+33=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471321 is #B8ECDE. Grayscale: #242424. Windows color (decimal): -12119263 or 2167623. OLE color: 2167623.

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

Color convert

RGB 71 19 33 -
CMYK 0 0.73 0.54 0.72
HSL 343.85º 0.58% 0.18% -
HSV(B) 343.85º 0.73% 0.28% -
XYZ 3.11 1.92 1.64 -
YUV 36.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 71 19 33 0 0.73 0.54 0.72 343.85 0.58 0.18
Hex 47 13 21 0 49 36 48 158 3A 12
Octal 107 23 41 0 111 66 110 530 72 22
Binary 1000111 10011 100001 0 1001001 110110 1001000 101011000 111010 10010

Color Harmonies of #471321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471321

Black with #471321

Text Example


Text Example

White with #471321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471321; }

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

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

background-color css

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

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

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

border-color css

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

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

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