#472146

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

Shades of Valentino #472146

Tints of Valentino #472146

Color information

#472146 (or 0x472146) is unknown color: approx Valentino. HEX triplet: 47, 21 and 46. RGB value is (71,33,70). Sum of RGB (Red+Green+Blue) = 71+33+70=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472146 is #B8DEB9. Grayscale: #303030. Windows color (decimal): -12115642 or 4596039. OLE color: 4596039.

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

Color convert

RGB713370-
CMYK00.540.010.72
HSL301.58º36.54%20.39%-
HSV(B)301.58º53.52%27.84%-
XYZ4.252.876.12-
YUV48.58140.09143.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=40.80%
G=18.97%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71337000.540.010.72301.5836.5420.39
Hex47214603614812e2514
Octal1074110606611104564524
Binary1000111100001100011001101101100100010010111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472146; }

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

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

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

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

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

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

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

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