Html Css Color HEX #472229 Bordeaux

📋 copy color: '#472229'

red 71 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #472229

Tints of Bordeaux #472229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

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

R = 48.63%
G = 23.29%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#472229 (or 0x472229) is known color: Bordeaux. HEX triplet: 47, 22 and 29. RGB value is (71,34,41). Sum of RGB (Red+Green+Blue) = 71+34+41=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472229 is #B8DDD6. Grayscale: #2D2D2D. Windows color (decimal): -12115415 or 2695751. OLE color: 2695751.

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

Color convert

RGB 71 34 41 -
CMYK 0 0.52 0.42 0.72
HSL 348.65º 0.35% 0.21% -
HSV(B) 348.65º 0.52% 0.28% -
XYZ 3.57 2.64 2.42 -
YUV 45.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 71 34 41 0 0.52 0.42 0.72 348.65 0.35 0.21
Hex 47 22 29 0 34 2A 48 15D 23 15
Octal 107 42 51 0 64 52 110 535 43 25
Binary 1000111 100010 101001 0 110100 101010 1001000 101011101 100011 10101

Color Harmonies of #472229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472229

Black with #472229

Text Example


Text Example

White with #472229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472229; }

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

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

background-color css

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

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

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

border-color css

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

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

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