Html Css Color HEX #521262 Scarlet Gum

📋 copy color: '#521262'

red 82 ◦ green 18 ◦ blue 98

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

Shades of Scarlet Gum #521262

Tints of Scarlet Gum #521262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 98 (38.67% from 255) = 49.49%

R = 41.41%
G = 9.09%
B = 49.49%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521262 (or 0x521262) is known color: Scarlet Gum. HEX triplet: 52, 12 and 62. RGB value is (82,18,98). Sum of RGB (Red+Green+Blue) = 82+18+98=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #521262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521262 is #ADED9D. Grayscale: #2E2E2E. Windows color (decimal): -11398558 or 6427218. OLE color: 6427218.

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

Color convert

RGB 82 18 98 -
CMYK 0.16 0.82 0 0.62
HSL 288º 0.69% 0.23% -
HSV(B) 288º 0.82% 0.38% -
XYZ 5.9 3.11 11.84 -
YUV 46.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 82 18 98 0.16 0.82 0 0.62 288 0.69 0.23
Hex 52 12 62 10 52 0 3E 120 45 17
Octal 122 22 142 20 122 0 76 440 105 27
Binary 1010010 10010 1100010 10000 1010010 0 111110 100100000 1000101 10111

Color Harmonies of #521262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521262

Black with #521262

Text Example


Text Example

White with #521262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521262; }

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

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

background-color css

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

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

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

border-color css

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

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

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