#501867

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

Shades of Scarlet Gum #501867

Tints of Scarlet Gum #501867

Color information

#501867 (or 0x501867) is unknown color: approx Scarlet Gum. HEX triplet: 50, 18 and 67. RGB value is (80,24,103). Sum of RGB (Red+Green+Blue) = 80+24+103=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #501867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501867 is #AFE798. Grayscale: #313131. Windows color (decimal): -11528089 or 6756432. OLE color: 6756432.

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

Color convert

RGB8024103-
CMYK0.220.7700.60
HSL282.53º62.2%24.9%-
HSV(B)282.53º76.7%40.39%-
XYZ6.083.3413.16-
YUV49.75158.05149.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=38.65%
G=11.59%
B=49.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80241030.220.7700.60282.5362.224.9
Hex501867164D03C11b3e19
Octal12030147261150744337631
Binary1010000110001100111101101001101011110010001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501867; }

 p { color: rgb(80,24,103); }

 H1.HeaderClassName
 {
   color: #501867;
 }
 .AnyTagClassName
 {
   color: #501867;
 }
</style>
background-color css

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

 a { background-color: rgb(80,24,103); }

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

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

 span { border-color: rgb(80,24,103); }

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