#502367

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

Shades of Scarlet Gum #502367

Tints of Scarlet Gum #502367

Color information

#502367 (or 0x502367) is unknown color: approx Scarlet Gum. HEX triplet: 50, 23 and 67. RGB value is (80,35,103). Sum of RGB (Red+Green+Blue) = 80+35+103=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #502367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502367 is #AFDC98. Grayscale: #373737. Windows color (decimal): -11525273 or 6759248. OLE color: 6759248.

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

Color convert

RGB8035103-
CMYK0.220.6600.60
HSL279.71º49.28%27.06%-
HSV(B)279.71º66.02%40.39%-
XYZ6.363.8913.25-
YUV56.21154.41144.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=36.70%
G=16.06%
B=47.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80351030.220.6600.60279.7149.2827.06
Hex502367164203C118311b
Octal12043147261020744306133
Binary10100001000111100111101101000010011110010001100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502367; }

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

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

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

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

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

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

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

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