Html Css Color HEX #552961 Scarlet Gum

📋 copy color: '#552961'

red 85 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #552961

Tints of Scarlet Gum #552961

RGB

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

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

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

R = 38.12%
G = 18.39%
B = 43.5%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552961 (or 0x552961) is known color: Scarlet Gum. HEX triplet: 55, 29 and 61. RGB value is (85,41,97). Sum of RGB (Red+Green+Blue) = 85+41+97=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #552961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552961 is #AAD69E. Grayscale: #3C3C3C. Windows color (decimal): -11196063 or 6367573. OLE color: 6367573.

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

Color convert

RGB 85 41 97 -
CMYK 0.12 0.58 0 0.62
HSL 287.14º 0.41% 0.27% -
HSV(B) 287.14º 0.58% 0.38% -
XYZ 6.7 4.38 11.8 -
YUV 60.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 85 41 97 0.12 0.58 0 0.62 287.14 0.41 0.27
Hex 55 29 61 C 3A 0 3E 11F 29 1B
Octal 125 51 141 14 72 0 76 437 51 33
Binary 1010101 101001 1100001 1100 111010 0 111110 100011111 101001 11011

Color Harmonies of #552961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552961

Black with #552961

Text Example


Text Example

White with #552961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552961; }

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

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

background-color css

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

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

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

border-color css

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

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

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