#471958

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

Shades of Scarlet Gum #471958

Tints of Scarlet Gum #471958

Color information

#471958 (or 0x471958) is unknown color: approx Scarlet Gum. HEX triplet: 47, 19 and 58. RGB value is (71,25,88). Sum of RGB (Red+Green+Blue) = 71+25+88=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #471958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471958 is #B8E6A7. Grayscale: #2D2D2D. Windows color (decimal): -12117672 or 5773639. OLE color: 5773639.

HSL color Cylindrical-coordinate representation of color #471958: hue angle of 283.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471958 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB712588-
CMYK0.190.7200.65
HSL283.81º55.75%22.16%-
HSV(B)283.81º71.59%34.51%-
XYZ4.712.749.51-
YUV45.94151.74145.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=38.59%
G=13.59%
B=47.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7125880.190.7200.65283.8155.7522.16
Hex471958134804111c3816
Octal107311302311001014347026
Binary10001111100110110001001110010000100000110001110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471958; }

 p { color: rgb(71,25,88); }

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

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

 a { background-color: rgb(71,25,88); }

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

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

 span { border-color: rgb(71,25,88); }

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