Html Css Color HEX #531964 Scarlet Gum

📋 copy color: '#531964'

red 83 ◦ green 25 ◦ blue 100

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

Shades of Scarlet Gum #531964

Tints of Scarlet Gum #531964

RGB

 RED value IS 83 (32.81% from 255) = 39.9%

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

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

R = 39.9%
G = 12.02%
B = 48.08%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#531964 (or 0x531964) is known color: Scarlet Gum. HEX triplet: 53, 19 and 64. RGB value is (83,25,100). Sum of RGB (Red+Green+Blue) = 83+25+100=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #531964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531964 is #ACE69B. Grayscale: #323232. Windows color (decimal): -11331228 or 6560083. OLE color: 6560083.

HSL color Cylindrical-coordinate representation of color #531964: hue angle of 286.4º 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 #531964 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 25 100 -
CMYK 0.17 0.75 0 0.61
HSL 286.4º 0.6% 0.25% -
HSV(B) 286.4º 0.75% 0.39% -
XYZ 6.22 3.45 12.4 -
YUV 50.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 83 25 100 0.17 0.75 0 0.61 286.4 0.6 0.25
Hex 53 19 64 11 4B 0 3D 11E 3C 19
Octal 123 31 144 21 113 0 75 436 74 31
Binary 1010011 11001 1100100 10001 1001011 0 111101 100011110 111100 11001

Color Harmonies of #531964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531964

Black with #531964

Text Example


Text Example

White with #531964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531964; }

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

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

background-color css

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

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

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

border-color css

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

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

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