Html Css Color HEX #521961 Scarlet Gum

📋 copy color: '#521961'

red 82 ◦ green 25 ◦ blue 97

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

Shades of Scarlet Gum #521961

Tints of Scarlet Gum #521961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 40.2%
G = 12.25%
B = 47.55%

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

#521961 (or 0x521961) is known color: Scarlet Gum. HEX triplet: 52, 19 and 61. RGB value is (82,25,97). Sum of RGB (Red+Green+Blue) = 82+25+97=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #521961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521961 is #ADE69E. Grayscale: #323232. Windows color (decimal): -11396767 or 6363474. OLE color: 6363474.

HSL color Cylindrical-coordinate representation of color #521961: hue angle of 287.5º 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 #521961 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 25 97 -
CMYK 0.15 0.74 0 0.62
HSL 287.5º 0.59% 0.24% -
HSV(B) 287.5º 0.74% 0.38% -
XYZ 5.98 3.35 11.64 -
YUV 50.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 82 25 97 0.15 0.74 0 0.62 287.5 0.59 0.24
Hex 52 19 61 F 4A 0 3E 120 3B 18
Octal 122 31 141 17 112 0 76 440 73 30
Binary 1010010 11001 1100001 1111 1001010 0 111110 100100000 111011 11000

Color Harmonies of #521961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521961

Black with #521961

Text Example


Text Example

White with #521961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521961; }

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

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

background-color css

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

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

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

border-color css

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

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

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