#522262

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

Shades of Scarlet Gum #522262

Tints of Scarlet Gum #522262

Color information

#522262 (or 0x522262) is unknown color: approx Scarlet Gum. HEX triplet: 52, 22 and 62. RGB value is (82,34,98). Sum of RGB (Red+Green+Blue) = 82+34+98=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #522262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522262 is #ADDD9D. Grayscale: #373737. Windows color (decimal): -11394462 or 6431314. OLE color: 6431314.

HSL color Cylindrical-coordinate representation of color #522262: hue angle of 285º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522262 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB823498-
CMYK0.160.6500.62
HSL285º48.48%25.88%-
HSV(B)285º65.31%38.43%-
XYZ6.263.8211.96-
YUV55.65151.9146.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=38.32%
G=15.89%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8234980.160.6500.6228548.4825.88
Hex522262104103E11d301a
Octal12242142201010764356032
Binary10100101000101100010100001000001011111010001110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522262; }

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

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

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

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

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

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

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

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