Html Css Color HEX #532E61 Scarlet Gum

📋 copy color: '#532E61'

red 83 ◦ green 46 ◦ blue 97

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

Shades of Scarlet Gum #532E61

Tints of Scarlet Gum #532E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

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

R = 36.73%
G = 20.35%
B = 42.92%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532E61 (or 0x532E61) is known color: Scarlet Gum. HEX triplet: 53, 2E and 61. RGB value is (83,46,97). Sum of RGB (Red+Green+Blue) = 83+46+97=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #532E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E61 is #ACD19E. Grayscale: #3E3E3E. Windows color (decimal): -11325855 or 6368851. OLE color: 6368851.

HSL color Cylindrical-coordinate representation of color #532E61: hue angle of 283.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532E61 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 46 97 -
CMYK 0.14 0.53 0 0.62
HSL 283.53º 0.36% 0.28% -
HSV(B) 283.53º 0.53% 0.38% -
XYZ 6.7 4.66 11.85 -
YUV 62.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 83 46 97 0.14 0.53 0 0.62 283.53 0.36 0.28
Hex 53 2E 61 E 35 0 3E 11C 24 1C
Octal 123 56 141 16 65 0 76 434 44 34
Binary 1010011 101110 1100001 1110 110101 0 111110 100011100 100100 11100

Color Harmonies of #532E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E61

Black with #532E61

Text Example


Text Example

White with #532E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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