#473450

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

Shades of Scarlet Gum #473450

Tints of Scarlet Gum #473450

Color information

#473450 (or 0x473450) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 50. RGB value is (71,52,80). Sum of RGB (Red+Green+Blue) = 71+52+80=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #473450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473450 is #B8CBAF. Grayscale: #3C3C3C. Windows color (decimal): -12110768 or 5256263. OLE color: 5256263.

HSL color Cylindrical-coordinate representation of color #473450: hue angle of 280.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473450 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715280-
CMYK0.110.3500.69
HSL280.71º21.21%25.88%-
HSV(B)280.71º35%31.37%-
XYZ5.274.378.16-
YUV60.87138.79135.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=34.98%
G=25.62%
B=39.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7152800.110.3500.69280.7121.2125.88
Hex473450B23045119151a
Octal10764120134301054312532
Binary100011111010010100001011100011010001011000110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473450; }

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

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

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

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

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

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

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

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