Html Css Color HEX #531963 Scarlet Gum

📋 copy color: '#531963'

red 83 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #531963

Tints of Scarlet Gum #531963

RGB

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

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

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

R = 40.1%
G = 12.08%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#531963 (or 0x531963) is known color: Scarlet Gum. HEX triplet: 53, 19 and 63. RGB value is (83,25,99). Sum of RGB (Red+Green+Blue) = 83+25+99=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #531963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531963 is #ACE69C. Grayscale: #323232. Windows color (decimal): -11331229 or 6494547. OLE color: 6494547.

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

Color convert

RGB 83 25 99 -
CMYK 0.16 0.75 0 0.61
HSL 287.03º 0.6% 0.24% -
HSV(B) 287.03º 0.75% 0.39% -
XYZ 6.17 3.44 12.14 -
YUV 50.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 83 25 99 0.16 0.75 0 0.61 287.03 0.6 0.24
Hex 53 19 63 10 4B 0 3D 11F 3C 18
Octal 123 31 143 20 113 0 75 437 74 30
Binary 1010011 11001 1100011 10000 1001011 0 111101 100011111 111100 11000

Color Harmonies of #531963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531963

Black with #531963

Text Example


Text Example

White with #531963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531963; }

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

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

background-color css

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

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

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

border-color css

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

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

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