Html Css Color HEX #532861 Scarlet Gum

📋 copy color: '#532861'

red 83 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #532861

Tints of Scarlet Gum #532861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 37.73%
G = 18.18%
B = 44.09%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532861 (or 0x532861) is known color: Scarlet Gum. HEX triplet: 53, 28 and 61. RGB value is (83,40,97). Sum of RGB (Red+Green+Blue) = 83+40+97=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #532861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532861 is #ACD79E. Grayscale: #3B3B3B. Windows color (decimal): -11327391 or 6367315. OLE color: 6367315.

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

Color convert

RGB 83 40 97 -
CMYK 0.14 0.59 0 0.62
HSL 285.26º 0.42% 0.27% -
HSV(B) 285.26º 0.59% 0.38% -
XYZ 6.48 4.22 11.78 -
YUV 59.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 83 40 97 0.14 0.59 0 0.62 285.26 0.42 0.27
Hex 53 28 61 E 3B 0 3E 11D 2A 1B
Octal 123 50 141 16 73 0 76 435 52 33
Binary 1010011 101000 1100001 1110 111011 0 111110 100011101 101010 11011

Color Harmonies of #532861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532861

Black with #532861

Text Example


Text Example

White with #532861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532861; }

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

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

background-color css

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

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

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

border-color css

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

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

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