#473052

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

Shades of Scarlet Gum #473052

Tints of Scarlet Gum #473052

Color information

#473052 (or 0x473052) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 52. RGB value is (71,48,82). Sum of RGB (Red+Green+Blue) = 71+48+82=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #473052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473052 is #B8CFAD. Grayscale: #3A3A3A. Windows color (decimal): -12111790 or 5386311. OLE color: 5386311.

HSL color Cylindrical-coordinate representation of color #473052: hue angle of 280.59º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473052 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB714882-
CMYK0.130.4100.68
HSL280.59º26.15%25.49%-
HSV(B)280.59º41.46%32.16%-
XYZ5.184.068.49-
YUV58.75141.12136.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=35.32%
G=23.88%
B=40.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7148820.130.4100.68280.5926.1525.49
Hex473052D290441191a19
Octal10760122155101044313231
Binary100011111000010100101101101001010001001000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473052; }

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

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

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

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

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

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

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

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