Html Css Color HEX #531766 Scarlet Gum

📋 copy color: '#531766'

red 83 ◦ green 23 ◦ blue 102

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

Shades of Scarlet Gum #531766

Tints of Scarlet Gum #531766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 39.9%
G = 11.06%
B = 49.04%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#531766 (or 0x531766) is known color: Scarlet Gum. HEX triplet: 53, 17 and 66. RGB value is (83,23,102). Sum of RGB (Red+Green+Blue) = 83+23+102=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #531766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531766 is #ACE899. Grayscale: #313131. Windows color (decimal): -11331738 or 6690643. OLE color: 6690643.

HSL color Cylindrical-coordinate representation of color #531766: hue angle of 285.57º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531766 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 23 102 -
CMYK 0.19 0.77 0 0.6
HSL 285.57º 0.63% 0.25% -
HSV(B) 285.57º 0.77% 0.4% -
XYZ 6.27 3.41 12.9 -
YUV 49.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 83 23 102 0.19 0.77 0 0.6 285.57 0.63 0.25
Hex 53 17 66 13 4D 0 3C 11E 3F 19
Octal 123 27 146 23 115 0 74 436 77 31
Binary 1010011 10111 1100110 10011 1001101 0 111100 100011110 111111 11001

Color Harmonies of #531766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531766

Black with #531766

Text Example


Text Example

White with #531766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531766; }

 p { color: rgb(83,23,102); }

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

background-color css

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

 a { background-color: rgb(83,23,102); }

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

border-color css

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

 span { border-color: rgb(83,23,102); }

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