Html Css Color HEX #521762 Scarlet Gum

📋 copy color: '#521762'

red 82 ◦ green 23 ◦ blue 98

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

Shades of Scarlet Gum #521762

Tints of Scarlet Gum #521762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

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

R = 40.39%
G = 11.33%
B = 48.28%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521762 (or 0x521762) is known color: Scarlet Gum. HEX triplet: 52, 17 and 62. RGB value is (82,23,98). Sum of RGB (Red+Green+Blue) = 82+23+98=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #521762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521762 is #ADE89D. Grayscale: #303030. Windows color (decimal): -11397278 or 6428498. OLE color: 6428498.

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

Color convert

RGB 82 23 98 -
CMYK 0.16 0.77 0 0.62
HSL 287.2º 0.62% 0.24% -
HSV(B) 287.2º 0.77% 0.38% -
XYZ 5.99 3.29 11.87 -
YUV 49.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 82 23 98 0.16 0.77 0 0.62 287.2 0.62 0.24
Hex 52 17 62 10 4D 0 3E 11F 3E 18
Octal 122 27 142 20 115 0 76 437 76 30
Binary 1010010 10111 1100010 10000 1001101 0 111110 100011111 111110 11000

Color Harmonies of #521762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521762

Black with #521762

Text Example


Text Example

White with #521762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521762; }

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

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

background-color css

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

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

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

border-color css

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

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

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