Html Css Color HEX #532A63 Scarlet Gum

📋 copy color: '#532A63'

red 83 ◦ green 42 ◦ blue 99

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

Shades of Scarlet Gum #532A63

Tints of Scarlet Gum #532A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

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

R = 37.05%
G = 18.75%
B = 44.2%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#532A63 (or 0x532A63) is known color: Scarlet Gum. HEX triplet: 53, 2A and 63. RGB value is (83,42,99). Sum of RGB (Red+Green+Blue) = 83+42+99=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #532A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A63 is #ACD59C. Grayscale: #3C3C3C. Windows color (decimal): -11326877 or 6498899. OLE color: 6498899.

HSL color Cylindrical-coordinate representation of color #532A63: hue angle of 283.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532A63 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 42 99 -
CMYK 0.16 0.58 0 0.61
HSL 283.16º 0.4% 0.28% -
HSV(B) 283.16º 0.58% 0.39% -
XYZ 6.65 4.4 12.3 -
YUV 60.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 83 42 99 0.16 0.58 0 0.61 283.16 0.4 0.28
Hex 53 2A 63 10 3A 0 3D 11B 28 1C
Octal 123 52 143 20 72 0 75 433 50 34
Binary 1010011 101010 1100011 10000 111010 0 111101 100011011 101000 11100

Color Harmonies of #532A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A63

Black with #532A63

Text Example


Text Example

White with #532A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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