#473252

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

Shades of Scarlet Gum #473252

Tints of Scarlet Gum #473252

Color information

#473252 (or 0x473252) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 52. RGB value is (71,50,82). Sum of RGB (Red+Green+Blue) = 71+50+82=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #473252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473252 is #B8CDAD. Grayscale: #3B3B3B. Windows color (decimal): -12111278 or 5386823. OLE color: 5386823.

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

Color convert

RGB715082-
CMYK0.130.3900.68
HSL279.38º24.24%25.88%-
HSV(B)279.38º39.02%32.16%-
XYZ5.264.238.52-
YUV59.93140.46135.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=34.98%
G=24.63%
B=40.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7150820.130.3900.68279.3824.2425.88
Hex473252D27044117181a
Octal10762122154701044273032
Binary100011111001010100101101100111010001001000101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473252; }

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

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

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

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

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

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

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

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