Html Css Color HEX #52156C Scarlet Gum

📋 copy color: '#52156C'

red 82 ◦ green 21 ◦ blue 108

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

Shades of Scarlet Gum #52156C

Tints of Scarlet Gum #52156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 38.86%
G = 9.95%
B = 51.18%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52156C (or 0x52156C) is known color: Scarlet Gum. HEX triplet: 52, 15 and 6C. RGB value is (82,21,108). Sum of RGB (Red+Green+Blue) = 82+21+108=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #52156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52156C is #ADEA93. Grayscale: #303030. Windows color (decimal): -11397780 or 7083346. OLE color: 7083346.

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

Color convert

RGB 82 21 108 -
CMYK 0.24 0.81 0 0.58
HSL 282.07º 0.67% 0.25% -
HSV(B) 282.07º 0.81% 0.42% -
XYZ 6.45 3.41 14.51 -
YUV 49.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 82 21 108 0.24 0.81 0 0.58 282.07 0.67 0.25
Hex 52 15 6C 18 51 0 3A 11A 43 19
Octal 122 25 154 30 121 0 72 432 103 31
Binary 1010010 10101 1101100 11000 1010001 0 111010 100011010 1000011 11001

Color Harmonies of #52156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52156C

Black with #52156C

Text Example


Text Example

White with #52156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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