#472753

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

Shades of Scarlet Gum #472753

Tints of Scarlet Gum #472753

Color information

#472753 (or 0x472753) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 53. RGB value is (71,39,83). Sum of RGB (Red+Green+Blue) = 71+39+83=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #472753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472753 is #B8D8AC. Grayscale: #353535. Windows color (decimal): -12114093 or 5449543. OLE color: 5449543.

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

Color convert

RGB713983-
CMYK0.140.5300.67
HSL283.64º36.07%23.92%-
HSV(B)283.64º53.01%32.55%-
XYZ4.893.428.59-
YUV53.58144.6140.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=36.79%
G=20.21%
B=43.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7139830.140.5300.67283.6436.0723.92
Hex472753E3504311c2418
Octal10747123166501034344430
Binary1000111100111101001111101101010100001110001110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472753; }

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

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

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

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

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

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

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

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