Html Css Color HEX #532361 Scarlet Gum

📋 copy color: '#532361'

red 83 ◦ green 35 ◦ blue 97

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

Shades of Scarlet Gum #532361

Tints of Scarlet Gum #532361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 38.6%
G = 16.28%
B = 45.12%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532361 (or 0x532361) is known color: Scarlet Gum. HEX triplet: 53, 23 and 61. RGB value is (83,35,97). Sum of RGB (Red+Green+Blue) = 83+35+97=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #532361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532361 is #ACDC9E. Grayscale: #383838. Windows color (decimal): -11328671 or 6366035. OLE color: 6366035.

HSL color Cylindrical-coordinate representation of color #532361: hue angle of 286.45º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532361 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 35 97 -
CMYK 0.14 0.64 0 0.62
HSL 286.45º 0.47% 0.26% -
HSV(B) 286.45º 0.64% 0.38% -
XYZ 6.33 3.9 11.73 -
YUV 56.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 83 35 97 0.14 0.64 0 0.62 286.45 0.47 0.26
Hex 53 23 61 E 40 0 3E 11E 2F 1A
Octal 123 43 141 16 100 0 76 436 57 32
Binary 1010011 100011 1100001 1110 1000000 0 111110 100011110 101111 11010

Color Harmonies of #532361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532361

Black with #532361

Text Example


Text Example

White with #532361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532361; }

 p { color: rgb(83,35,97); }

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

background-color css

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

 a { background-color: rgb(83,35,97); }

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

border-color css

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

 span { border-color: rgb(83,35,97); }

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