#551267

Color #551267 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #551267

Tints of Scarlet Gum #551267

Color information

#551267 (or 0x551267) is unknown color: approx 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

RGB8518103-
CMYK0.170.8300.60
HSL287.29º70.25%23.73%-
HSV(B)287.29º82.52%40.39%-
XYZ6.413.3413.14-
YUV47.72159.2154.59-

RGB Variations

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

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.62% from 255) = 50%
R=41.26%
G=8.74%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85181030.170.8300.60287.2970.2523.73
Hex551267115303C11f4618
Octal125221472112307443710630
Binary10101011001011001111000110100110111100100011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>