Html Css Color HEX #552262 Scarlet Gum

📋 copy color: '#552262'

red 85 ◦ green 34 ◦ blue 98

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

Shades of Scarlet Gum #552262

Tints of Scarlet Gum #552262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 39.17%
G = 15.67%
B = 45.16%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552262 (or 0x552262) is known color: Scarlet Gum. HEX triplet: 55, 22 and 62. RGB value is (85,34,98). Sum of RGB (Red+Green+Blue) = 85+34+98=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #552262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552262 is #AADD9D. Grayscale: #383838. Windows color (decimal): -11197854 or 6431317. OLE color: 6431317.

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

Color convert

RGB 85 34 98 -
CMYK 0.13 0.65 0 0.62
HSL 287.81º 0.48% 0.26% -
HSV(B) 287.81º 0.65% 0.38% -
XYZ 6.52 3.96 11.98 -
YUV 56.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 85 34 98 0.13 0.65 0 0.62 287.81 0.48 0.26
Hex 55 22 62 D 41 0 3E 120 30 1A
Octal 125 42 142 15 101 0 76 440 60 32
Binary 1010101 100010 1100010 1101 1000001 0 111110 100100000 110000 11010

Color Harmonies of #552262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552262

Black with #552262

Text Example


Text Example

White with #552262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552262; }

 p { color: rgb(85,34,98); }

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

background-color css

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

 a { background-color: rgb(85,34,98); }

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

border-color css

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

 span { border-color: rgb(85,34,98); }

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