#473250

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

Shades of Scarlet Gum #473250

Tints of Scarlet Gum #473250

Color information

#473250 (or 0x473250) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 50. RGB value is (71,50,80). Sum of RGB (Red+Green+Blue) = 71+50+80=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #473250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473250 is #B8CDAF. Grayscale: #3B3B3B. Windows color (decimal): -12111280 or 5255751. OLE color: 5255751.

HSL color Cylindrical-coordinate representation of color #473250: hue angle of 282º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473250 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715080-
CMYK0.110.3700.69
HSL282º23.08%25.49%-
HSV(B)282º37.5%31.37%-
XYZ5.194.28.13-
YUV59.7139.46136.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=35.32%
G=24.88%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7150800.110.3700.6928223.0825.49
Hex473250B2504511a1719
Octal10762120134501054322731
Binary100011111001010100001011100101010001011000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473250; }

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

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

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

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

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

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

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

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