#502767

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

Shades of Scarlet Gum #502767

Tints of Scarlet Gum #502767

Color information

#502767 (or 0x502767) is unknown color: approx Scarlet Gum. HEX triplet: 50, 27 and 67. RGB value is (80,39,103). Sum of RGB (Red+Green+Blue) = 80+39+103=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #502767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502767 is #AFD898. Grayscale: #3A3A3A. Windows color (decimal): -11524249 or 6760272. OLE color: 6760272.

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

Color convert

RGB8039103-
CMYK0.220.6200.60
HSL278.44º45.07%27.84%-
HSV(B)278.44º62.14%40.39%-
XYZ6.484.1413.29-
YUV58.55153.08143.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=36.04%
G=17.57%
B=46.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80391030.220.6200.60278.4445.0727.84
Hex502767163E03C1162d1c
Octal1204714726760744265534
Binary1010000100111110011110110111110011110010001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502767; }

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

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

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

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

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

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

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

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