Html Css Color HEX #531564 Scarlet Gum

📋 copy color: '#531564'

red 83 ◦ green 21 ◦ blue 100

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

Shades of Scarlet Gum #531564

Tints of Scarlet Gum #531564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 40.69%
G = 10.29%
B = 49.02%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#531564 (or 0x531564) is known color: Scarlet Gum. HEX triplet: 53, 15 and 64. RGB value is (83,21,100). Sum of RGB (Red+Green+Blue) = 83+21+100=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #531564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531564 is #ACEA9B. Grayscale: #303030. Windows color (decimal): -11332252 or 6559059. OLE color: 6559059.

HSL color Cylindrical-coordinate representation of color #531564: hue angle of 287.09º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531564 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 21 100 -
CMYK 0.17 0.79 0 0.61
HSL 287.09º 0.65% 0.24% -
HSV(B) 287.09º 0.79% 0.39% -
XYZ 6.14 3.3 12.37 -
YUV 48.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 83 21 100 0.17 0.79 0 0.61 287.09 0.65 0.24
Hex 53 15 64 11 4F 0 3D 11F 41 18
Octal 123 25 144 21 117 0 75 437 101 30
Binary 1010011 10101 1100100 10001 1001111 0 111101 100011111 1000001 11000

Color Harmonies of #531564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531564

Black with #531564

Text Example


Text Example

White with #531564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531564; }

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

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

background-color css

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

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

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

border-color css

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

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

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