#473255

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

Shades of Scarlet Gum #473255

Tints of Scarlet Gum #473255

Color information

#473255 (or 0x473255) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 55. RGB value is (71,50,85). Sum of RGB (Red+Green+Blue) = 71+50+85=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #473255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473255 is #B8CDAA. Grayscale: #3C3C3C. Windows color (decimal): -12111275 or 5583431. OLE color: 5583431.

HSL color Cylindrical-coordinate representation of color #473255: hue angle of 276º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473255 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715085-
CMYK0.160.4100.67
HSL276º25.93%26.47%-
HSV(B)276º41.18%33.33%-
XYZ5.384.289.14-
YUV60.27141.96135.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=34.47%
G=24.27%
B=41.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7150850.160.4100.6727625.9326.47
Hex47325510290431141a1a
Octal10762125205101034243232
Binary1000111110010101010110000101001010000111000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473255; }

 p { color: rgb(71,50,85); }

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

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

 a { background-color: rgb(71,50,85); }

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

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

 span { border-color: rgb(71,50,85); }

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