Html Css Color HEX #52166C Scarlet Gum

📋 copy color: '#52166C'

red 82 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #52166C

Tints of Scarlet Gum #52166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 38.68%
G = 10.38%
B = 50.94%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52166C (or 0x52166C) is known color: Scarlet Gum. HEX triplet: 52, 16 and 6C. RGB value is (82,22,108). Sum of RGB (Red+Green+Blue) = 82+22+108=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #52166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52166C is #ADE993. Grayscale: #313131. Windows color (decimal): -11397524 or 7083602. OLE color: 7083602.

HSL color Cylindrical-coordinate representation of color #52166C: hue angle of 281.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52166C is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 22 108 -
CMYK 0.24 0.80 0 0.58
HSL 281.86º 0.66% 0.25% -
HSV(B) 281.86º 0.8% 0.42% -
XYZ 6.47 3.45 14.51 -
YUV 49.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 82 22 108 0.24 0.80 0 0.58 281.86 0.66 0.25
Hex 52 16 6C 18 50 0 3A 11A 42 19
Octal 122 26 154 30 120 0 72 432 102 31
Binary 1010010 10110 1101100 11000 1010000 0 111010 100011010 1000010 11001

Color Harmonies of #52166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52166C

Black with #52166C

Text Example


Text Example

White with #52166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52166C; }

 p { color: rgb(82,22,108); }

 H1.HeaderClassName
 {
   color: #52166C;
 }
 .AnyTagClassName
 {
   color: #52166C;
 }
</style>

background-color css

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

 a { background-color: rgb(82,22,108); }

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

border-color css

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

 span { border-color: rgb(82,22,108); }

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