Html Css Color HEX #532860 Scarlet Gum

📋 copy color: '#532860'

red 83 ◦ green 40 ◦ blue 96

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

Shades of Scarlet Gum #532860

Tints of Scarlet Gum #532860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 37.9%
G = 18.26%
B = 43.84%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532860 (or 0x532860) is known color: Scarlet Gum. HEX triplet: 53, 28 and 60. RGB value is (83,40,96). Sum of RGB (Red+Green+Blue) = 83+40+96=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #532860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532860 is #ACD79F. Grayscale: #3B3B3B. Windows color (decimal): -11327392 or 6301779. OLE color: 6301779.

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

Color convert

RGB 83 40 96 -
CMYK 0.14 0.58 0 0.62
HSL 286.07º 0.41% 0.27% -
HSV(B) 286.07º 0.58% 0.38% -
XYZ 6.44 4.2 11.54 -
YUV 59.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 83 40 96 0.14 0.58 0 0.62 286.07 0.41 0.27
Hex 53 28 60 E 3A 0 3E 11E 29 1B
Octal 123 50 140 16 72 0 76 436 51 33
Binary 1010011 101000 1100000 1110 111010 0 111110 100011110 101001 11011

Color Harmonies of #532860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532860

Black with #532860

Text Example


Text Example

White with #532860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532860; }

 p { color: rgb(83,40,96); }

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

background-color css

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

 a { background-color: rgb(83,40,96); }

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

border-color css

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

 span { border-color: rgb(83,40,96); }

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