#52245F

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

Shades of Scarlet Gum #52245F

Tints of Scarlet Gum #52245F

Color information

#52245F (or 0x52245F) is unknown color: approx Scarlet Gum. HEX triplet: 52, 24 and 5F. RGB value is (82,36,95). Sum of RGB (Red+Green+Blue) = 82+36+95=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #52245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52245F is #ADDBA0. Grayscale: #383838. Windows color (decimal): -11393953 or 6235218. OLE color: 6235218.

HSL color Cylindrical-coordinate representation of color #52245F: hue angle of 286.78º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52245F is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB823695-
CMYK0.140.6200.63
HSL286.78º45.04%25.69%-
HSV(B)286.78º62.11%37.25%-
XYZ6.183.8811.25-
YUV56.48149.74146.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=38.50%
G=16.90%
B=44.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8236950.140.6200.63286.7845.0425.69
Hex52245FE3E03F11f2d1a
Octal1224413716760774375532
Binary101001010010010111111110111110011111110001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52245F; }

 p { color: rgb(82,36,95); }

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

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

 a { background-color: rgb(82,36,95); }

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

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

 span { border-color: rgb(82,36,95); }

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