#472561

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

Shades of Scarlet Gum #472561

Tints of Scarlet Gum #472561

Color information

#472561 (or 0x472561) is unknown color: approx Scarlet Gum. HEX triplet: 47, 25 and 61. RGB value is (71,37,97). Sum of RGB (Red+Green+Blue) = 71+37+97=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #472561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472561 is #B8DA9E. Grayscale: #353535. Windows color (decimal): -12114591 or 6366535. OLE color: 6366535.

HSL color Cylindrical-coordinate representation of color #472561: hue angle of 274º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472561 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB713797-
CMYK0.270.6200.62
HSL274º44.78%26.27%-
HSV(B)274º61.86%38.04%-
XYZ5.423.5311.7-
YUV54.01152.26140.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=34.63%
G=18.05%
B=47.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7137970.270.6200.6227444.7826.27
Hex4725611B3E03E1122d1a
Octal1074514133760764225532
Binary1000111100101110000111011111110011111010001001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472561; }

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

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

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

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

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

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

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

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