#472164

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

Shades of Scarlet Gum #472164

Tints of Scarlet Gum #472164

Color information

#472164 (or 0x472164) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 64. RGB value is (71,33,100). Sum of RGB (Red+Green+Blue) = 71+33+100=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #472164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472164 is #B8DE9B. Grayscale: #333333. Windows color (decimal): -12115612 or 6562119. OLE color: 6562119.

HSL color Cylindrical-coordinate representation of color #472164: hue angle of 274.03º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472164 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7133100-
CMYK0.290.6700.61
HSL274.03º50.38%26.08%-
HSV(B)274.03º67%39.22%-
XYZ5.443.3512.42-
YUV52155.09141.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=34.80%
G=16.18%
B=49.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71331000.290.6700.61274.0350.3826.08
Hex4721641D4303D112321a
Octal10741144351030754226232
Binary10001111000011100100111011000011011110110001001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472164; }

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

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

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

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

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

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

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

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