#47275C

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

Shades of Scarlet Gum #47275C

Tints of Scarlet Gum #47275C

Color information

#47275C (or 0x47275C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 5C. RGB value is (71,39,92). Sum of RGB (Red+Green+Blue) = 71+39+92=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #47275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47275C is #B8D8A3. Grayscale: #363636. Windows color (decimal): -12114084 or 6039367. OLE color: 6039367.

HSL color Cylindrical-coordinate representation of color #47275C: hue angle of 276.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47275C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB713992-
CMYK0.230.5800.64
HSL276.23º40.46%25.69%-
HSV(B)276.23º57.61%36.08%-
XYZ5.263.5610.54-
YUV54.61149.1139.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=35.15%
G=19.31%
B=45.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7139920.230.5800.64276.2340.4625.69
Hex47275C173A040114281a
Octal10747134277201004245032
Binary10001111001111011100101111110100100000010001010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47275C; }

 p { color: rgb(71,39,92); }

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

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

 a { background-color: rgb(71,39,92); }

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

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

 span { border-color: rgb(71,39,92); }

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