#472363

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

Shades of Scarlet Gum #472363

Tints of Scarlet Gum #472363

Color information

#472363 (or 0x472363) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 63. RGB value is (71,35,99). Sum of RGB (Red+Green+Blue) = 71+35+99=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #472363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472363 is #B8DC9C. Grayscale: #343434. Windows color (decimal): -12115101 or 6497095. OLE color: 6497095.

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

Color convert

RGB713599-
CMYK0.280.6500.61
HSL273.75º47.76%26.27%-
HSV(B)273.75º64.65%38.82%-
XYZ5.453.4412.18-
YUV53.06153.93140.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=34.63%
G=17.07%
B=48.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7135990.280.6500.61273.7547.7626.27
Hex4723631C4103D112301a
Octal10743143341010754226032
Binary10001111000111100011111001000001011110110001001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472363; }

 p { color: rgb(71,35,99); }

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

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

 a { background-color: rgb(71,35,99); }

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

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

 span { border-color: rgb(71,35,99); }

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