#47235A

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

Shades of Scarlet Gum #47235A

Tints of Scarlet Gum #47235A

Color information

#47235A (or 0x47235A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 5A. RGB value is (71,35,90). Sum of RGB (Red+Green+Blue) = 71+35+90=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #47235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47235A is #B8DCA5. Grayscale: #333333. Windows color (decimal): -12115110 or 5907271. OLE color: 5907271.

HSL color Cylindrical-coordinate representation of color #47235A: hue angle of 279.27º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47235A is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB713590-
CMYK0.210.6100.65
HSL279.27º44%24.51%-
HSV(B)279.27º61.11%35.29%-
XYZ5.053.2810.04-
YUV52.03149.43141.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=36.22%
G=17.86%
B=45.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7135900.210.6100.65279.274424.51
Hex47235A153D0411172c19
Octal10743132257501014275431
Binary10001111000111011010101011111010100000110001011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47235A; }

 p { color: rgb(71,35,90); }

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

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

 a { background-color: rgb(71,35,90); }

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

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

 span { border-color: rgb(71,35,90); }

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