#472128

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

Shades of Bordeaux #472128

Tints of Bordeaux #472128

Color information

#472128 (or 0x472128) is unknown color: approx Bordeaux. HEX triplet: 47, 21 and 28. RGB value is (71,33,40). Sum of RGB (Red+Green+Blue) = 71+33+40=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472128 is #B8DED7. Grayscale: #2D2D2D. Windows color (decimal): -12115672 or 2629959. OLE color: 2629959.

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

Color convert

RGB713340-
CMYK00.540.440.72
HSL348.95º36.54%20.39%-
HSV(B)348.95º53.52%27.84%-
XYZ3.532.582.32-
YUV45.16125.09146.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=49.31%
G=22.92%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334000.540.440.72348.9536.5420.39
Hex4721280362C4815d2514
Octal1074150066541105354524
Binary10001111000011010000110110101100100100010101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472128; }

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

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

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

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

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

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

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

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