Html Css Color HEX #531562 Scarlet Gum

📋 copy color: '#531562'

red 83 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #531562

Tints of Scarlet Gum #531562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 41.09%
G = 10.4%
B = 48.51%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531562 (or 0x531562) is known color: Scarlet Gum. HEX triplet: 53, 15 and 62. RGB value is (83,21,98). Sum of RGB (Red+Green+Blue) = 83+21+98=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #531562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531562 is #ACEA9D. Grayscale: #303030. Windows color (decimal): -11332254 or 6427987. OLE color: 6427987.

HSL color Cylindrical-coordinate representation of color #531562: hue angle of 288.31º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531562 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 21 98 -
CMYK 0.15 0.79 0 0.62
HSL 288.31º 0.65% 0.23% -
HSV(B) 288.31º 0.79% 0.38% -
XYZ 6.04 3.26 11.87 -
YUV 48.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 83 21 98 0.15 0.79 0 0.62 288.31 0.65 0.23
Hex 53 15 62 F 4F 0 3E 120 41 17
Octal 123 25 142 17 117 0 76 440 101 27
Binary 1010011 10101 1100010 1111 1001111 0 111110 100100000 1000001 10111

Color Harmonies of #531562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531562

Black with #531562

Text Example


Text Example

White with #531562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531562; }

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

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

background-color css

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

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

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

border-color css

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

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

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