Html Css Color HEX #552C63 Scarlet Gum

📋 copy color: '#552C63'

red 85 ◦ green 44 ◦ blue 99

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

Shades of Scarlet Gum #552C63

Tints of Scarlet Gum #552C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 37.28%
G = 19.3%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#552C63 (or 0x552C63) is known color: Scarlet Gum. HEX triplet: 55, 2C and 63. RGB value is (85,44,99). Sum of RGB (Red+Green+Blue) = 85+44+99=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #552C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C63 is #AAD39C. Grayscale: #3E3E3E. Windows color (decimal): -11195293 or 6499413. OLE color: 6499413.

HSL color Cylindrical-coordinate representation of color #552C63: hue angle of 284.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552C63 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 44 99 -
CMYK 0.14 0.56 0 0.61
HSL 284.73º 0.38% 0.28% -
HSV(B) 284.73º 0.56% 0.39% -
XYZ 6.9 4.63 12.34 -
YUV 62.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 85 44 99 0.14 0.56 0 0.61 284.73 0.38 0.28
Hex 55 2C 63 E 38 0 3D 11D 26 1C
Octal 125 54 143 16 70 0 75 435 46 34
Binary 1010101 101100 1100011 1110 111000 0 111101 100011101 100110 11100

Color Harmonies of #552C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C63

Black with #552C63

Text Example


Text Example

White with #552C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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