Html Css Color HEX #532961 Scarlet Gum

📋 copy color: '#532961'

red 83 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #532961

Tints of Scarlet Gum #532961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 37.56%
G = 18.55%
B = 43.89%

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

#532961 (or 0x532961) is known color: Scarlet Gum. HEX triplet: 53, 29 and 61. RGB value is (83,41,97). Sum of RGB (Red+Green+Blue) = 83+41+97=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #532961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532961 is #ACD69E. Grayscale: #3B3B3B. Windows color (decimal): -11327135 or 6367571. OLE color: 6367571.

HSL color Cylindrical-coordinate representation of color #532961: hue angle of 285º 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 #532961 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 41 97 -
CMYK 0.14 0.58 0 0.62
HSL 285º 0.41% 0.27% -
HSV(B) 285º 0.58% 0.38% -
XYZ 6.52 4.29 11.79 -
YUV 59.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 83 41 97 0.14 0.58 0 0.62 285 0.41 0.27
Hex 53 29 61 E 3A 0 3E 11D 29 1B
Octal 123 51 141 16 72 0 76 435 51 33
Binary 1010011 101001 1100001 1110 111010 0 111110 100011101 101001 11011

Color Harmonies of #532961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532961

Black with #532961

Text Example


Text Example

White with #532961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532961; }

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

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

background-color css

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

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

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

border-color css

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

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

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