Html Css Color HEX #52205F Scarlet Gum

📋 copy color: '#52205F'

red 82 ◦ green 32 ◦ blue 95

#52205F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #52205F

Tints of Scarlet Gum #52205F

RGB

 RED value IS 82 (32.42% from 255) = 39.23%

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 39.23%
G = 15.31%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52205F (or 0x52205F) is known color: Scarlet Gum. HEX triplet: 52, 20 and 5F. RGB value is (82,32,95). Sum of RGB (Red+Green+Blue) = 82+32+95=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #52205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52205F is #ADDFA0. Grayscale: #353535. Windows color (decimal): -11394977 or 6234194. OLE color: 6234194.

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

Color convert

RGB 82 32 95 -
CMYK 0.14 0.66 0 0.63
HSL 287.62º 0.5% 0.25% -
HSV(B) 287.62º 0.66% 0.37% -
XYZ 6.06 3.65 11.21 -
YUV 54.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 82 32 95 0.14 0.66 0 0.63 287.62 0.5 0.25
Hex 52 20 5F E 42 0 3F 120 32 19
Octal 122 40 137 16 102 0 77 440 62 31
Binary 1010010 100000 1011111 1110 1000010 0 111111 100100000 110010 11001

Color Harmonies of #52205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52205F

Black with #52205F

Text Example


Text Example

White with #52205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52205F;
 }
 .AnyTagClassName
 {
   color: #52205F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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