#471058

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

Shades of Scarlet Gum #471058

Tints of Scarlet Gum #471058

Color information

#471058 (or 0x471058) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 58. RGB value is (71,16,88). Sum of RGB (Red+Green+Blue) = 71+16+88=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #471058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471058 is #B8EFA7. Grayscale: #282828. Windows color (decimal): -12119976 or 5771335. OLE color: 5771335.

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

Color convert

RGB711688-
CMYK0.190.8200.65
HSL285.83º69.23%20.39%-
HSV(B)285.83º81.82%34.51%-
XYZ4.552.419.46-
YUV40.65154.72149.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=40.57%
G=9.14%
B=50.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7116880.190.8200.65285.8369.2320.39
Hex471058135204111e4514
Octal1072013023122010143610524
Binary100011110000101100010011101001001000001100011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471058; }

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

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

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

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

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

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

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

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