Html Css Color HEX #531E63 Scarlet Gum

📋 copy color: '#531E63'

red 83 ◦ green 30 ◦ blue 99

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

Shades of Scarlet Gum #531E63

Tints of Scarlet Gum #531E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.15%

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 39.15%
G = 14.15%
B = 46.7%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#531E63 (or 0x531E63) is known color: Scarlet Gum. HEX triplet: 53, 1E and 63. RGB value is (83,30,99). Sum of RGB (Red+Green+Blue) = 83+30+99=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #531E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E63 is #ACE19C. Grayscale: #353535. Windows color (decimal): -11329949 or 6495827. OLE color: 6495827.

HSL color Cylindrical-coordinate representation of color #531E63: hue angle of 286.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531E63 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 30 99 -
CMYK 0.16 0.70 0 0.61
HSL 286.09º 0.53% 0.25% -
HSV(B) 286.09º 0.7% 0.39% -
XYZ 6.28 3.67 12.18 -
YUV 53.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 83 30 99 0.16 0.70 0 0.61 286.09 0.53 0.25
Hex 53 1E 63 10 46 0 3D 11E 35 19
Octal 123 36 143 20 106 0 75 436 65 31
Binary 1010011 11110 1100011 10000 1000110 0 111101 100011110 110101 11001

Color Harmonies of #531E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E63

Black with #531E63

Text Example


Text Example

White with #531E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E63; }

 p { color: rgb(83,30,99); }

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

background-color css

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

 a { background-color: rgb(83,30,99); }

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

border-color css

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

 span { border-color: rgb(83,30,99); }

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