Html Css Color HEX #553163 Scarlet Gum

📋 copy color: '#553163'

red 85 ◦ green 49 ◦ blue 99

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

Shades of Scarlet Gum #553163

Tints of Scarlet Gum #553163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 36.48%
G = 21.03%
B = 42.49%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553163 (or 0x553163) is known color: Scarlet Gum. HEX triplet: 55, 31 and 63. RGB value is (85,49,99). Sum of RGB (Red+Green+Blue) = 85+49+99=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #553163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553163 is #AACE9C. Grayscale: #414141. Windows color (decimal): -11194013 or 6500693. OLE color: 6500693.

HSL color Cylindrical-coordinate representation of color #553163: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553163 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 49 99 -
CMYK 0.14 0.51 0 0.61
HSL 283.2º 0.34% 0.29% -
HSV(B) 283.2º 0.51% 0.39% -
XYZ 7.1 5.03 12.4 -
YUV 65.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 85 49 99 0.14 0.51 0 0.61 283.2 0.34 0.29
Hex 55 31 63 E 33 0 3D 11B 22 1D
Octal 125 61 143 16 63 0 75 433 42 35
Binary 1010101 110001 1100011 1110 110011 0 111101 100011011 100010 11101

Color Harmonies of #553163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553163

Black with #553163

Text Example


Text Example

White with #553163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553163; }

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

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

background-color css

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

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

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

border-color css

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

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

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