#472155

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

Shades of Scarlet Gum #472155

Tints of Scarlet Gum #472155

Color information

#472155 (or 0x472155) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 55. RGB value is (71,33,85). Sum of RGB (Red+Green+Blue) = 71+33+85=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #472155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472155 is #B8DEAA. Grayscale: #323232. Windows color (decimal): -12115627 or 5579079. OLE color: 5579079.

HSL color Cylindrical-coordinate representation of color #472155: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472155 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB713385-
CMYK0.160.6100.67
HSL283.85º44.07%23.14%-
HSV(B)283.85º61.18%33.33%-
XYZ4.783.088.94-
YUV50.29147.59142.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=37.57%
G=17.46%
B=44.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7133850.160.6100.67283.8544.0723.14
Hex472155103D04311c2c17
Octal10741125207501034345427
Binary10001111000011010101100001111010100001110001110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472155; }

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

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

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

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

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

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

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

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