Html Css Color HEX #532663 Scarlet Gum

📋 copy color: '#532663'

red 83 ◦ green 38 ◦ blue 99

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

Shades of Scarlet Gum #532663

Tints of Scarlet Gum #532663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 37.73%
G = 17.27%
B = 45%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#532663 (or 0x532663) is known color: Scarlet Gum. HEX triplet: 53, 26 and 63. RGB value is (83,38,99). Sum of RGB (Red+Green+Blue) = 83+38+99=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #532663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532663 is #ACD99C. Grayscale: #3A3A3A. Windows color (decimal): -11327901 or 6497875. OLE color: 6497875.

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

Color convert

RGB 83 38 99 -
CMYK 0.16 0.62 0 0.61
HSL 284.26º 0.45% 0.27% -
HSV(B) 284.26º 0.62% 0.39% -
XYZ 6.51 4.13 12.26 -
YUV 58.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 83 38 99 0.16 0.62 0 0.61 284.26 0.45 0.27
Hex 53 26 63 10 3E 0 3D 11C 2D 1B
Octal 123 46 143 20 76 0 75 434 55 33
Binary 1010011 100110 1100011 10000 111110 0 111101 100011100 101101 11011

Color Harmonies of #532663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532663

Black with #532663

Text Example


Text Example

White with #532663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532663; }

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

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

background-color css

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

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

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

border-color css

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

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

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