Html Css Color HEX #472129 Bordeaux

📋 copy color: '#472129'

red 71 ◦ green 33 ◦ blue 41

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

Shades of Bordeaux #472129

Tints of Bordeaux #472129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 48.97%
G = 22.76%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472129 (or 0x472129) is known color: Bordeaux. HEX triplet: 47, 21 and 29. RGB value is (71,33,41). Sum of RGB (Red+Green+Blue) = 71+33+41=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472129 is #B8DED6. Grayscale: #2D2D2D. Windows color (decimal): -12115671 or 2695495. OLE color: 2695495.

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

Color convert

RGB 71 33 41 -
CMYK 0 0.54 0.42 0.72
HSL 347.37º 0.37% 0.2% -
HSV(B) 347.37º 0.54% 0.28% -
XYZ 3.54 2.59 2.41 -
YUV 45.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 71 33 41 0 0.54 0.42 0.72 347.37 0.37 0.2
Hex 47 21 29 0 36 2A 48 15B 25 14
Octal 107 41 51 0 66 52 110 533 45 24
Binary 1000111 100001 101001 0 110110 101010 1001000 101011011 100101 10100

Color Harmonies of #472129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472129

Black with #472129

Text Example


Text Example

White with #472129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472129; }

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

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

background-color css

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

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

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

border-color css

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

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

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