Html Css Color HEX #532261 Scarlet Gum

📋 copy color: '#532261'

red 83 ◦ green 34 ◦ blue 97

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

Shades of Scarlet Gum #532261

Tints of Scarlet Gum #532261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 38.79%
G = 15.89%
B = 45.33%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532261 (or 0x532261) is known color: Scarlet Gum. HEX triplet: 53, 22 and 61. RGB value is (83,34,97). Sum of RGB (Red+Green+Blue) = 83+34+97=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #532261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532261 is #ACDD9E. Grayscale: #373737. Windows color (decimal): -11328927 or 6365779. OLE color: 6365779.

HSL color Cylindrical-coordinate representation of color #532261: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532261 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 34 97 -
CMYK 0.14 0.65 0 0.62
HSL 286.67º 0.48% 0.26% -
HSV(B) 286.67º 0.65% 0.38% -
XYZ 6.3 3.85 11.72 -
YUV 55.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 83 34 97 0.14 0.65 0 0.62 286.67 0.48 0.26
Hex 53 22 61 E 41 0 3E 11F 30 1A
Octal 123 42 141 16 101 0 76 437 60 32
Binary 1010011 100010 1100001 1110 1000001 0 111110 100011111 110000 11010

Color Harmonies of #532261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532261

Black with #532261

Text Example


Text Example

White with #532261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532261; }

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

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

background-color css

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

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

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

border-color css

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

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

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