#473253

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

Shades of Scarlet Gum #473253

Tints of Scarlet Gum #473253

Color information

#473253 (or 0x473253) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 53. RGB value is (71,50,83). Sum of RGB (Red+Green+Blue) = 71+50+83=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #473253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473253 is #B8CDAC. Grayscale: #3B3B3B. Windows color (decimal): -12111277 or 5452359. OLE color: 5452359.

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

Color convert

RGB715083-
CMYK0.140.4000.67
HSL278.18º24.81%26.08%-
HSV(B)278.18º39.76%32.55%-
XYZ5.34.258.72-
YUV60.04140.96135.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=34.80%
G=24.51%
B=40.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7150830.140.4000.67278.1824.8126.08
Hex473253E28043116191a
Octal10762123165001034263132
Binary100011111001010100111110101000010000111000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473253; }

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

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

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

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

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

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

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

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