Html Css Color HEX #521964 Scarlet Gum

📋 copy color: '#521964'

red 82 ◦ green 25 ◦ blue 100

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

Shades of Scarlet Gum #521964

Tints of Scarlet Gum #521964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 39.61%
G = 12.08%
B = 48.31%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521964 (or 0x521964) is known color: Scarlet Gum. HEX triplet: 52, 19 and 64. RGB value is (82,25,100). Sum of RGB (Red+Green+Blue) = 82+25+100=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #521964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521964 is #ADE69B. Grayscale: #323232. Windows color (decimal): -11396764 or 6560082. OLE color: 6560082.

HSL color Cylindrical-coordinate representation of color #521964: hue angle of 285.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521964 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 25 100 -
CMYK 0.18 0.75 0 0.61
HSL 285.6º 0.6% 0.25% -
HSV(B) 285.6º 0.75% 0.39% -
XYZ 6.13 3.41 12.39 -
YUV 50.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 82 25 100 0.18 0.75 0 0.61 285.6 0.6 0.25
Hex 52 19 64 12 4B 0 3D 11E 3C 19
Octal 122 31 144 22 113 0 75 436 74 31
Binary 1010010 11001 1100100 10010 1001011 0 111101 100011110 111100 11001

Color Harmonies of #521964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521964

Black with #521964

Text Example


Text Example

White with #521964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521964; }

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

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

background-color css

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

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

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

border-color css

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

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

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