Html Css Color HEX #551065 Scarlet Gum

📋 copy color: '#551065'

red 85 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #551065

Tints of Scarlet Gum #551065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 101 (39.84% from 255) = 50%

R = 42.08%
G = 7.92%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#551065 (or 0x551065) is known color: Scarlet Gum. HEX triplet: 55, 10 and 65. RGB value is (85,16,101). Sum of RGB (Red+Green+Blue) = 85+16+101=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #551065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551065 is #AAEF9A. Grayscale: #2E2E2E. Windows color (decimal): -11202459 or 6623317. OLE color: 6623317.

HSL color Cylindrical-coordinate representation of color #551065: hue angle of 288.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551065 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 16 101 -
CMYK 0.16 0.84 0 0.60
HSL 288.71º 0.73% 0.23% -
HSV(B) 288.71º 0.84% 0.4% -
XYZ 6.28 3.24 12.61 -
YUV 46.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 85 16 101 0.16 0.84 0 0.60 288.71 0.73 0.23
Hex 55 10 65 10 54 0 3C 121 49 17
Octal 125 20 145 20 124 0 74 441 111 27
Binary 1010101 10000 1100101 10000 1010100 0 111100 100100001 1001001 10111

Color Harmonies of #551065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551065

Black with #551065

Text Example


Text Example

White with #551065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551065; }

 p { color: rgb(85,16,101); }

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

background-color css

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

 a { background-color: rgb(85,16,101); }

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

border-color css

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

 span { border-color: rgb(85,16,101); }

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