#522B60

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

Shades of Scarlet Gum #522B60

Tints of Scarlet Gum #522B60

Color information

#522B60 (or 0x522B60) is unknown color: approx Scarlet Gum. HEX triplet: 52, 2B and 60. RGB value is (82,43,96). Sum of RGB (Red+Green+Blue) = 82+43+96=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #522B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B60 is #ADD49F. Grayscale: #3C3C3C. Windows color (decimal): -11392160 or 6302546. OLE color: 6302546.

HSL color Cylindrical-coordinate representation of color #522B60: hue angle of 284.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522B60 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB824396-
CMYK0.150.5500.62
HSL284.15º38.13%27.25%-
HSV(B)284.15º55.21%37.65%-
XYZ6.454.3711.57-
YUV60.7147.92143.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=37.10%
G=19.46%
B=43.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8243960.150.5500.62284.1538.1327.25
Hex522B60F3703E11c261b
Octal1225314017670764344633
Binary101001010101111000001111110111011111010001110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B60; }

 p { color: rgb(82,43,96); }

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

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

 a { background-color: rgb(82,43,96); }

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

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

 span { border-color: rgb(82,43,96); }

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