Html Css Color HEX #521960 Scarlet Gum

📋 copy color: '#521960'

red 82 ◦ green 25 ◦ blue 96

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

Shades of Scarlet Gum #521960

Tints of Scarlet Gum #521960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 40.39%
G = 12.32%
B = 47.29%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521960 (or 0x521960) is known color: Scarlet Gum. HEX triplet: 52, 19 and 60. RGB value is (82,25,96). Sum of RGB (Red+Green+Blue) = 82+25+96=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #521960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521960 is #ADE69F. Grayscale: #313131. Windows color (decimal): -11396768 or 6297938. OLE color: 6297938.

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

Color convert

RGB 82 25 96 -
CMYK 0.15 0.74 0 0.62
HSL 288.17º 0.59% 0.24% -
HSV(B) 288.17º 0.74% 0.38% -
XYZ 5.94 3.33 11.4 -
YUV 50.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 82 25 96 0.15 0.74 0 0.62 288.17 0.59 0.24
Hex 52 19 60 F 4A 0 3E 120 3B 18
Octal 122 31 140 17 112 0 76 440 73 30
Binary 1010010 11001 1100000 1111 1001010 0 111110 100100000 111011 11000

Color Harmonies of #521960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521960

Black with #521960

Text Example


Text Example

White with #521960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521960; }

 p { color: rgb(82,25,96); }

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

background-color css

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

 a { background-color: rgb(82,25,96); }

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

border-color css

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

 span { border-color: rgb(82,25,96); }

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