#52415A

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

Shades of Scarlet Gum #52415A

Tints of Scarlet Gum #52415A

Color information

#52415A (or 0x52415A) is unknown color: approx Scarlet Gum. HEX triplet: 52, 41 and 5A. RGB value is (82,65,90). Sum of RGB (Red+Green+Blue) = 82+65+90=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #52415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52415A is #ADBEA5. Grayscale: #484848. Windows color (decimal): -11386534 or 5914962. OLE color: 5914962.

HSL color Cylindrical-coordinate representation of color #52415A: hue angle of 280.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52415A is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826590-
CMYK0.090.2800.65
HSL280.8º16.13%30.39%-
HSV(B)280.8º27.78%35.29%-
XYZ7.226.3110.51-
YUV72.93137.63134.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=34.60%
G=27.43%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8265900.090.2800.65280.816.1330.39
Hex52415A91C041119101e
Octal122101132113401014312036
Binary101001010000011011010100111100010000011000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,65,90); }

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

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

 a { background-color: rgb(82,65,90); }

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

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

 span { border-color: rgb(82,65,90); }

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