Html Css Color HEX #532761 Scarlet Gum

📋 copy color: '#532761'

red 83 ◦ green 39 ◦ blue 97

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

Shades of Scarlet Gum #532761

Tints of Scarlet Gum #532761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 37.9%
G = 17.81%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532761 (or 0x532761) is known color: Scarlet Gum. HEX triplet: 53, 27 and 61. RGB value is (83,39,97). Sum of RGB (Red+Green+Blue) = 83+39+97=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #532761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532761 is #ACD89E. Grayscale: #3A3A3A. Windows color (decimal): -11327647 or 6367059. OLE color: 6367059.

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

Color convert

RGB 83 39 97 -
CMYK 0.14 0.60 0 0.62
HSL 285.52º 0.43% 0.27% -
HSV(B) 285.52º 0.6% 0.38% -
XYZ 6.45 4.15 11.77 -
YUV 58.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 83 39 97 0.14 0.60 0 0.62 285.52 0.43 0.27
Hex 53 27 61 E 3C 0 3E 11E 2B 1B
Octal 123 47 141 16 74 0 76 436 53 33
Binary 1010011 100111 1100001 1110 111100 0 111110 100011110 101011 11011

Color Harmonies of #532761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532761

Black with #532761

Text Example


Text Example

White with #532761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532761; }

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

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

background-color css

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

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

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

border-color css

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

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

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