#472252

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

Shades of Scarlet Gum #472252

Tints of Scarlet Gum #472252

Color information

#472252 (or 0x472252) is unknown color: approx Scarlet Gum. HEX triplet: 47, 22 and 52. RGB value is (71,34,82). Sum of RGB (Red+Green+Blue) = 71+34+82=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #472252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472252 is #B8DDAD. Grayscale: #323232. Windows color (decimal): -12115374 or 5382727. OLE color: 5382727.

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

Color convert

RGB713482-
CMYK0.130.5900.68
HSL286.25º41.38%22.75%-
HSV(B)286.25º58.54%32.16%-
XYZ4.693.098.33-
YUV50.54145.76142.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=37.97%
G=18.18%
B=43.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7134820.130.5900.68286.2541.3822.75
Hex472252D3B04411e2917
Octal10742122157301044365127
Binary1000111100010101001011011110110100010010001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472252; }

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

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

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

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

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

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

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

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