Html Css Color HEX #471522 Bordeaux

📋 copy color: '#471522'

red 71 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #471522

Tints of Bordeaux #471522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 56.35%
G = 16.67%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471522 (or 0x471522) is known color: Bordeaux. HEX triplet: 47, 15 and 22. RGB value is (71,21,34). Sum of RGB (Red+Green+Blue) = 71+21+34=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471522 is #B8EADD. Grayscale: #252525. Windows color (decimal): -12118750 or 2233671. OLE color: 2233671.

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

Color convert

RGB 71 21 34 -
CMYK 0 0.70 0.52 0.72
HSL 344.4º 0.54% 0.18% -
HSV(B) 344.4º 0.7% 0.28% -
XYZ 3.16 1.99 1.73 -
YUV 37.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 71 21 34 0 0.70 0.52 0.72 344.4 0.54 0.18
Hex 47 15 22 0 46 34 48 158 36 12
Octal 107 25 42 0 106 64 110 530 66 22
Binary 1000111 10101 100010 0 1000110 110100 1001000 101011000 110110 10010

Color Harmonies of #471522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471522

Black with #471522

Text Example


Text Example

White with #471522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471522; }

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

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

background-color css

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

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

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

border-color css

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

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

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