#471553

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

Shades of Scarlet Gum #471553

Tints of Scarlet Gum #471553

Color information

#471553 (or 0x471553) is unknown color: approx Scarlet Gum. HEX triplet: 47, 15 and 53. RGB value is (71,21,83). Sum of RGB (Red+Green+Blue) = 71+21+83=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #471553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471553 is #B8EAAC. Grayscale: #2A2A2A. Windows color (decimal): -12118701 or 5444935. OLE color: 5444935.

HSL color Cylindrical-coordinate representation of color #471553: hue angle of 288.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471553 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB712183-
CMYK0.140.7500.67
HSL288.39º59.62%20.39%-
HSV(B)288.39º74.7%32.55%-
XYZ4.432.58.43-
YUV43.02150.56147.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=40.57%
G=12%
B=47.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7121830.140.7500.67288.3959.6220.39
Hex471553E4B0431203c14
Octal107251231611301034407424
Binary1000111101011010011111010010110100001110010000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471553; }

 p { color: rgb(71,21,83); }

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

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

 a { background-color: rgb(71,21,83); }

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

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

 span { border-color: rgb(71,21,83); }

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