Html Css Color HEX #471122 Bordeaux

📋 copy color: '#471122'

red 71 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #471122

Tints of Bordeaux #471122

RGB

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

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

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

R = 58.2%
G = 13.93%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471122 (or 0x471122) is known color: Bordeaux. HEX triplet: 47, 11 and 22. RGB value is (71,17,34). Sum of RGB (Red+Green+Blue) = 71+17+34=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471122 is #B8EEDD. Grayscale: #232323. Windows color (decimal): -12119774 or 2232647. OLE color: 2232647.

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

Color convert

RGB 71 17 34 -
CMYK 0 0.76 0.52 0.72
HSL 341.11º 0.61% 0.17% -
HSV(B) 341.11º 0.76% 0.28% -
XYZ 3.09 1.86 1.71 -
YUV 35.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 71 17 34 0 0.76 0.52 0.72 341.11 0.61 0.17
Hex 47 11 22 0 4C 34 48 155 3D 11
Octal 107 21 42 0 114 64 110 525 75 21
Binary 1000111 10001 100010 0 1001100 110100 1001000 101010101 111101 10001

Color Harmonies of #471122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471122

Black with #471122

Text Example


Text Example

White with #471122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471122; }

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

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

background-color css

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

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

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

border-color css

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

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

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