Html Css Color HEX #531C63 Scarlet Gum

📋 copy color: '#531C63'

red 83 ◦ green 28 ◦ blue 99

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

Shades of Scarlet Gum #531C63

Tints of Scarlet Gum #531C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 39.52%
G = 13.33%
B = 47.14%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#531C63 (or 0x531C63) is known color: Scarlet Gum. HEX triplet: 53, 1C and 63. RGB value is (83,28,99). Sum of RGB (Red+Green+Blue) = 83+28+99=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #531C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C63 is #ACE39C. Grayscale: #343434. Windows color (decimal): -11330461 or 6495315. OLE color: 6495315.

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

Color convert

RGB 83 28 99 -
CMYK 0.16 0.72 0 0.61
HSL 286.48º 0.56% 0.25% -
HSV(B) 286.48º 0.72% 0.39% -
XYZ 6.23 3.57 12.16 -
YUV 52.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 83 28 99 0.16 0.72 0 0.61 286.48 0.56 0.25
Hex 53 1C 63 10 48 0 3D 11E 38 19
Octal 123 34 143 20 110 0 75 436 70 31
Binary 1010011 11100 1100011 10000 1001000 0 111101 100011110 111000 11001

Color Harmonies of #531C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C63

Black with #531C63

Text Example


Text Example

White with #531C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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