#472355

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

Shades of Scarlet Gum #472355

Tints of Scarlet Gum #472355

Color information

#472355 (or 0x472355) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 55. RGB value is (71,35,85). Sum of RGB (Red+Green+Blue) = 71+35+85=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #472355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472355 is #B8DCAA. Grayscale: #333333. Windows color (decimal): -12115115 or 5579591. OLE color: 5579591.

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

Color convert

RGB713585-
CMYK0.160.5900.67
HSL283.2º41.67%23.53%-
HSV(B)283.2º58.82%33.33%-
XYZ4.843.28.96-
YUV51.46146.93141.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=37.17%
G=18.32%
B=44.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7135850.160.5900.67283.241.6723.53
Hex472355103B04311b2a18
Octal10743125207301034335230
Binary10001111000111010101100001110110100001110001101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472355; }

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

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

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

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

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

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

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

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