#472556

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

Shades of Scarlet Gum #472556

Tints of Scarlet Gum #472556

Color information

#472556 (or 0x472556) is unknown color: approx Scarlet Gum. HEX triplet: 47, 25 and 56. RGB value is (71,37,86). Sum of RGB (Red+Green+Blue) = 71+37+86=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #472556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472556 is #B8DAA9. Grayscale: #343434. Windows color (decimal): -12114602 or 5645639. OLE color: 5645639.

HSL color Cylindrical-coordinate representation of color #472556: hue angle of 281.63º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #472556 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB713786-
CMYK0.170.5700.66
HSL281.63º39.84%24.12%-
HSV(B)281.63º56.98%33.73%-
XYZ4.943.339.19-
YUV52.75146.76141.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=36.60%
G=19.07%
B=44.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7137860.170.5700.66281.6339.8424.12
Hex472556113904211a2818
Octal10745126217101024325030
Binary10001111001011010110100011110010100001010001101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472556; }

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

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

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

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

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

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

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

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