#473053

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

Shades of Scarlet Gum #473053

Tints of Scarlet Gum #473053

Color information

#473053 (or 0x473053) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 53. RGB value is (71,48,83). Sum of RGB (Red+Green+Blue) = 71+48+83=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #473053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473053 is #B8CFAC. Grayscale: #3A3A3A. Windows color (decimal): -12111789 or 5451847. OLE color: 5451847.

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

Color convert

RGB714883-
CMYK0.140.4200.67
HSL279.43º26.72%25.69%-
HSV(B)279.43º42.17%32.55%-
XYZ5.224.088.7-
YUV58.87141.62136.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=35.15%
G=23.76%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7148830.140.4200.67279.4326.7225.69
Hex473053E2A0431171b1a
Octal10760123165201034273332
Binary100011111000010100111110101010010000111000101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473053; }

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

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

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

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

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

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

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

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