Html Css Color HEX #532863 Scarlet Gum

📋 copy color: '#532863'

red 83 ◦ green 40 ◦ blue 99

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

Shades of Scarlet Gum #532863

Tints of Scarlet Gum #532863

RGB

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

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

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

R = 37.39%
G = 18.02%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#532863 (or 0x532863) is known color: Scarlet Gum. HEX triplet: 53, 28 and 63. RGB value is (83,40,99). Sum of RGB (Red+Green+Blue) = 83+40+99=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #532863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532863 is #ACD79C. Grayscale: #3B3B3B. Windows color (decimal): -11327389 or 6498387. OLE color: 6498387.

HSL color Cylindrical-coordinate representation of color #532863: hue angle of 283.73º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532863 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 40 99 -
CMYK 0.16 0.60 0 0.61
HSL 283.73º 0.42% 0.27% -
HSV(B) 283.73º 0.6% 0.39% -
XYZ 6.58 4.26 12.28 -
YUV 59.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 83 40 99 0.16 0.60 0 0.61 283.73 0.42 0.27
Hex 53 28 63 10 3C 0 3D 11C 2A 1B
Octal 123 50 143 20 74 0 75 434 52 33
Binary 1010011 101000 1100011 10000 111100 0 111101 100011100 101010 11011

Color Harmonies of #532863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532863

Black with #532863

Text Example


Text Example

White with #532863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532863; }

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

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

background-color css

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

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

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

border-color css

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

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

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