#47235B

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

Shades of Scarlet Gum #47235B

Tints of Scarlet Gum #47235B

Color information

#47235B (or 0x47235B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 5B. RGB value is (71,35,91). Sum of RGB (Red+Green+Blue) = 71+35+91=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #47235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47235B is #B8DCA4. Grayscale: #333333. Windows color (decimal): -12115109 or 5972807. OLE color: 5972807.

HSL color Cylindrical-coordinate representation of color #47235B: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47235B is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB713591-
CMYK0.220.6200.64
HSL278.57º44.44%24.71%-
HSV(B)278.57º61.54%35.69%-
XYZ5.093.310.27-
YUV52.15149.93141.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=36.04%
G=17.77%
B=46.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7135910.220.6200.64278.5744.4424.71
Hex47235B163E0401172c19
Octal10743133267601004275431
Binary10001111000111011011101101111100100000010001011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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