Html Css Color HEX #553161 Scarlet Gum

📋 copy color: '#553161'

red 85 ◦ green 49 ◦ blue 97

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

Shades of Scarlet Gum #553161

Tints of Scarlet Gum #553161

RGB

 RED value IS 85 (33.59% from 255) = 36.8%

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 36.8%
G = 21.21%
B = 41.99%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553161 (or 0x553161) is known color: Scarlet Gum. HEX triplet: 55, 31 and 61. RGB value is (85,49,97). Sum of RGB (Red+Green+Blue) = 85+49+97=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #553161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553161 is #AACE9E. Grayscale: #414141. Windows color (decimal): -11194015 or 6369621. OLE color: 6369621.

HSL color Cylindrical-coordinate representation of color #553161: hue angle of 285º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #553161 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 49 97 -
CMYK 0.12 0.49 0 0.62
HSL 285º 0.33% 0.29% -
HSV(B) 285º 0.49% 0.38% -
XYZ 7 4.99 11.9 -
YUV 65.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 85 49 97 0.12 0.49 0 0.62 285 0.33 0.29
Hex 55 31 61 C 31 0 3E 11D 21 1D
Octal 125 61 141 14 61 0 76 435 41 35
Binary 1010101 110001 1100001 1100 110001 0 111110 100011101 100001 11101

Color Harmonies of #553161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553161

Black with #553161

Text Example


Text Example

White with #553161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553161; }

 p { color: rgb(85,49,97); }

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

background-color css

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

 a { background-color: rgb(85,49,97); }

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

border-color css

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

 span { border-color: rgb(85,49,97); }

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