#52285E

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

Shades of Scarlet Gum #52285E

Tints of Scarlet Gum #52285E

Color information

#52285E (or 0x52285E) is unknown color: approx Scarlet Gum. HEX triplet: 52, 28 and 5E. RGB value is (82,40,94). Sum of RGB (Red+Green+Blue) = 82+40+94=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #52285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285E is #ADD7A1. Grayscale: #3A3A3A. Windows color (decimal): -11392930 or 6170706. OLE color: 6170706.

HSL color Cylindrical-coordinate representation of color #52285E: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52285E is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB824094-
CMYK0.130.5700.63
HSL286.67º40.3%26.27%-
HSV(B)286.67º57.45%36.86%-
XYZ6.264.1211.05-
YUV58.71147.91144.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=37.96%
G=18.52%
B=43.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8240940.130.5700.63286.6740.326.27
Hex52285ED3903F11f281a
Octal1225013615710774375032
Binary101001010100010111101101111001011111110001111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52285E; }

 p { color: rgb(82,40,94); }

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

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

 a { background-color: rgb(82,40,94); }

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

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

 span { border-color: rgb(82,40,94); }

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