Html Css Color HEX #551264 Scarlet Gum

📋 copy color: '#551264'

red 85 ◦ green 18 ◦ blue 100

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

Shades of Scarlet Gum #551264

Tints of Scarlet Gum #551264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 41.87%
G = 8.87%
B = 49.26%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#551264 (or 0x551264) is known color: Scarlet Gum. HEX triplet: 55, 12 and 64. RGB value is (85,18,100). Sum of RGB (Red+Green+Blue) = 85+18+100=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #551264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551264 is #AAED9B. Grayscale: #2F2F2F. Windows color (decimal): -11201948 or 6558293. OLE color: 6558293.

HSL color Cylindrical-coordinate representation of color #551264: hue angle of 289.02º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551264 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 18 100 -
CMYK 0.15 0.82 0 0.61
HSL 289.02º 0.69% 0.23% -
HSV(B) 289.02º 0.82% 0.39% -
XYZ 6.26 3.28 12.36 -
YUV 47.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 85 18 100 0.15 0.82 0 0.61 289.02 0.69 0.23
Hex 55 12 64 F 52 0 3D 121 45 17
Octal 125 22 144 17 122 0 75 441 105 27
Binary 1010101 10010 1100100 1111 1010010 0 111101 100100001 1000101 10111

Color Harmonies of #551264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551264

Black with #551264

Text Example


Text Example

White with #551264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551264; }

 p { color: rgb(85,18,100); }

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

background-color css

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

 a { background-color: rgb(85,18,100); }

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

border-color css

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

 span { border-color: rgb(85,18,100); }

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