Html Css Color HEX #553261 Scarlet Gum

📋 copy color: '#553261'

red 85 ◦ green 50 ◦ blue 97

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

Shades of Scarlet Gum #553261

Tints of Scarlet Gum #553261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 36.64%
G = 21.55%
B = 41.81%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553261 (or 0x553261) is known color: Scarlet Gum. HEX triplet: 55, 32 and 61. RGB value is (85,50,97). Sum of RGB (Red+Green+Blue) = 85+50+97=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #553261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553261 is #AACD9E. Grayscale: #414141. Windows color (decimal): -11193759 or 6369877. OLE color: 6369877.

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

Color convert

RGB 85 50 97 -
CMYK 0.12 0.48 0 0.62
HSL 284.68º 0.32% 0.29% -
HSV(B) 284.68º 0.48% 0.38% -
XYZ 7.04 5.08 11.92 -
YUV 65.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 85 50 97 0.12 0.48 0 0.62 284.68 0.32 0.29
Hex 55 32 61 C 30 0 3E 11D 20 1D
Octal 125 62 141 14 60 0 76 435 40 35
Binary 1010101 110010 1100001 1100 110000 0 111110 100011101 100000 11101

Color Harmonies of #553261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553261

Black with #553261

Text Example


Text Example

White with #553261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553261; }

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

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

background-color css

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

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

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

border-color css

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

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

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