Html Css Color HEX #551267 Scarlet Gum

📋 copy color: '#551267'

red 85 ◦ green 18 ◦ blue 103

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

Shades of Scarlet Gum #551267

Tints of Scarlet Gum #551267

RGB

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

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

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

R = 41.26%
G = 8.74%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#551267 (or 0x551267) is known color: Scarlet Gum. HEX triplet: 55, 12 and 67. RGB value is (85,18,103). Sum of RGB (Red+Green+Blue) = 85+18+103=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #551267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551267 is #AAED98. Grayscale: #2F2F2F. Windows color (decimal): -11201945 or 6754901. OLE color: 6754901.

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

Color convert

RGB 85 18 103 -
CMYK 0.17 0.83 0 0.60
HSL 287.29º 0.7% 0.24% -
HSV(B) 287.29º 0.83% 0.4% -
XYZ 6.41 3.34 13.14 -
YUV 47.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 85 18 103 0.17 0.83 0 0.60 287.29 0.7 0.24
Hex 55 12 67 11 53 0 3C 11F 46 18
Octal 125 22 147 21 123 0 74 437 106 30
Binary 1010101 10010 1100111 10001 1010011 0 111100 100011111 1000110 11000

Color Harmonies of #551267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551267

Black with #551267

Text Example


Text Example

White with #551267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551267; }

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

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

background-color css

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

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

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

border-color css

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

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

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