Html Css Color HEX #551967 Scarlet Gum

📋 copy color: '#551967'

red 85 ◦ green 25 ◦ blue 103

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

Shades of Scarlet Gum #551967

Tints of Scarlet Gum #551967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 103 (40.63% from 255) = 48.36%

R = 39.91%
G = 11.74%
B = 48.36%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#551967 (or 0x551967) is known color: Scarlet Gum. HEX triplet: 55, 19 and 67. RGB value is (85,25,103). Sum of RGB (Red+Green+Blue) = 85+25+103=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #551967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551967 is #AAE698. Grayscale: #333333. Windows color (decimal): -11200153 or 6756693. OLE color: 6756693.

HSL color Cylindrical-coordinate representation of color #551967: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551967 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 25 103 -
CMYK 0.17 0.76 0 0.60
HSL 286.15º 0.61% 0.25% -
HSV(B) 286.15º 0.76% 0.4% -
XYZ 6.54 3.61 13.18 -
YUV 51.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 85 25 103 0.17 0.76 0 0.60 286.15 0.61 0.25
Hex 55 19 67 11 4C 0 3C 11E 3D 19
Octal 125 31 147 21 114 0 74 436 75 31
Binary 1010101 11001 1100111 10001 1001100 0 111100 100011110 111101 11001

Color Harmonies of #551967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551967

Black with #551967

Text Example


Text Example

White with #551967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551967; }

 p { color: rgb(85,25,103); }

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

background-color css

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

 a { background-color: rgb(85,25,103); }

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

border-color css

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

 span { border-color: rgb(85,25,103); }

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