Html Css Color HEX #471322 Bordeaux

📋 copy color: '#471322'

red 71 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #471322

Tints of Bordeaux #471322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 57.26%
G = 15.32%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471322 (or 0x471322) is known color: Bordeaux. HEX triplet: 47, 13 and 22. RGB value is (71,19,34). Sum of RGB (Red+Green+Blue) = 71+19+34=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471322 is #B8ECDD. Grayscale: #242424. Windows color (decimal): -12119262 or 2233159. OLE color: 2233159.

HSL color Cylindrical-coordinate representation of color #471322: hue angle of 342.69º 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 #471322 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 34 -
CMYK 0 0.73 0.52 0.72
HSL 342.69º 0.58% 0.18% -
HSV(B) 342.69º 0.73% 0.28% -
XYZ 3.12 1.92 1.72 -
YUV 36.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 71 19 34 0 0.73 0.52 0.72 342.69 0.58 0.18
Hex 47 13 22 0 49 34 48 157 3A 12
Octal 107 23 42 0 111 64 110 527 72 22
Binary 1000111 10011 100010 0 1001001 110100 1001000 101010111 111010 10010

Color Harmonies of #471322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471322

Black with #471322

Text Example


Text Example

White with #471322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471322; }

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

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

background-color css

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

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

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

border-color css

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

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

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