#472552

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

Shades of Scarlet Gum #472552

Tints of Scarlet Gum #472552

Color information

#472552 (or 0x472552) is unknown color: approx Scarlet Gum. HEX triplet: 47, 25 and 52. RGB value is (71,37,82). Sum of RGB (Red+Green+Blue) = 71+37+82=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #472552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472552 is #B8DAAD. Grayscale: #343434. Windows color (decimal): -12114606 or 5383495. OLE color: 5383495.

HSL color Cylindrical-coordinate representation of color #472552: hue angle of 285.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472552 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB713782-
CMYK0.130.5500.68
HSL285.33º37.82%23.33%-
HSV(B)285.33º54.88%32.16%-
XYZ4.783.278.36-
YUV52.3144.76141.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=37.37%
G=19.47%
B=43.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7137820.130.5500.68285.3337.8223.33
Hex472552D3704411d2617
Octal10745122156701044354627
Binary1000111100101101001011011101110100010010001110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472552; }

 p { color: rgb(71,37,82); }

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

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

 a { background-color: rgb(71,37,82); }

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

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

 span { border-color: rgb(71,37,82); }

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