Html Css Color HEX #472029 Bordeaux

📋 copy color: '#472029'

red 71 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #472029

Tints of Bordeaux #472029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 49.31%
G = 22.22%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472029 (or 0x472029) is known color: Bordeaux. HEX triplet: 47, 20 and 29. RGB value is (71,32,41). Sum of RGB (Red+Green+Blue) = 71+32+41=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472029 is #B8DFD6. Grayscale: #2C2C2C. Windows color (decimal): -12115927 or 2695239. OLE color: 2695239.

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

Color convert

RGB 71 32 41 -
CMYK 0 0.55 0.42 0.72
HSL 346.15º 0.38% 0.2% -
HSV(B) 346.15º 0.55% 0.28% -
XYZ 3.52 2.53 2.4 -
YUV 44.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 71 32 41 0 0.55 0.42 0.72 346.15 0.38 0.2
Hex 47 20 29 0 37 2A 48 15A 26 14
Octal 107 40 51 0 67 52 110 532 46 24
Binary 1000111 100000 101001 0 110111 101010 1001000 101011010 100110 10100

Color Harmonies of #472029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472029

Black with #472029

Text Example


Text Example

White with #472029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472029; }

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

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

background-color css

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

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

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

border-color css

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

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

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