Html Css Color HEX #471422 Bordeaux

📋 copy color: '#471422'

red 71 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #471422

Tints of Bordeaux #471422

RGB

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

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

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

R = 56.8%
G = 16%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#471422 (or 0x471422) is known color: Bordeaux. HEX triplet: 47, 14 and 22. RGB value is (71,20,34). Sum of RGB (Red+Green+Blue) = 71+20+34=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471422 is #B8EBDD. Grayscale: #242424. Windows color (decimal): -12119006 or 2233415. OLE color: 2233415.

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

Color convert

RGB 71 20 34 -
CMYK 0 0.72 0.52 0.72
HSL 343.53º 0.56% 0.18% -
HSV(B) 343.53º 0.72% 0.28% -
XYZ 3.14 1.96 1.73 -
YUV 36.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 71 20 34 0 0.72 0.52 0.72 343.53 0.56 0.18
Hex 47 14 22 0 48 34 48 158 38 12
Octal 107 24 42 0 110 64 110 530 70 22
Binary 1000111 10100 100010 0 1001000 110100 1001000 101011000 111000 10010

Color Harmonies of #471422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471422

Black with #471422

Text Example


Text Example

White with #471422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471422; }

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

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

background-color css

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

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

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

border-color css

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

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

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