#47212A

Color #47212A Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #47212A

Tints of Bordeaux #47212A

Color information

#47212A (or 0x47212A) is unknown color: approx Bordeaux. HEX triplet: 47, 21 and 2A. RGB value is (71,33,42). Sum of RGB (Red+Green+Blue) = 71+33+42=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212A is #B8DED5. Grayscale: #2D2D2D. Windows color (decimal): -12115670 or 2761031. OLE color: 2761031.

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

Color convert

RGB713342-
CMYK00.540.410.72
HSL345.79º36.54%20.39%-
HSV(B)345.79º53.52%27.84%-
XYZ3.562.592.5-
YUV45.39126.09146.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=48.63%
G=22.60%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334200.540.410.72345.7936.5420.39
Hex47212A036294815a2514
Octal1074152066511105324524
Binary10001111000011010100110110101001100100010101101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47212A; }

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

 H1.HeaderClassName
 {
   color: #47212A;
 }
 .AnyTagClassName
 {
   color: #47212A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #47212A;
 }
 .BgClassName
 {
   background-color: #47212A;
 }
</style>
border-color css

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

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

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