#502967

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

Shades of Scarlet Gum #502967

Tints of Scarlet Gum #502967

Color information

#502967 (or 0x502967) is unknown color: approx Scarlet Gum. HEX triplet: 50, 29 and 67. RGB value is (80,41,103). Sum of RGB (Red+Green+Blue) = 80+41+103=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #502967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502967 is #AFD698. Grayscale: #3B3B3B. Windows color (decimal): -11523737 or 6760784. OLE color: 6760784.

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

Color convert

RGB8041103-
CMYK0.220.6000.60
HSL277.74º43.06%28.24%-
HSV(B)277.74º60.19%40.39%-
XYZ6.554.2713.31-
YUV59.73152.42142.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=35.71%
G=18.30%
B=45.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80411030.220.6000.60277.7443.0628.24
Hex502967163C03C1162b1c
Octal1205114726740744265334
Binary1010000101001110011110110111100011110010001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502967; }

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

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

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

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

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

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

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

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