#502269

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

Shades of Scarlet Gum #502269

Tints of Scarlet Gum #502269

Color information

#502269 (or 0x502269) is unknown color: approx Scarlet Gum. HEX triplet: 50, 22 and 69. RGB value is (80,34,105). Sum of RGB (Red+Green+Blue) = 80+34+105=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #502269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502269 is #AFDD96. Grayscale: #373737. Windows color (decimal): -11525527 or 6890064. OLE color: 6890064.

HSL color Cylindrical-coordinate representation of color #502269: hue angle of 278.87º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502269 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8034105-
CMYK0.240.6800.59
HSL278.87º51.08%27.25%-
HSV(B)278.87º67.62%41.18%-
XYZ6.433.8713.77-
YUV55.85155.74145.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=36.53%
G=15.53%
B=47.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80341050.240.6800.59278.8751.0827.25
Hex502269184403B117331b
Octal12042151301040734276333
Binary10100001000101101001110001000100011101110001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502269; }

 p { color: rgb(80,34,105); }

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

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

 a { background-color: rgb(80,34,105); }

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

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

 span { border-color: rgb(80,34,105); }

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