Html Css Color HEX #501065 Scarlet Gum

📋 copy color: '#501065'

red 80 ◦ green 16 ◦ blue 101

#501065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #501065

Tints of Scarlet Gum #501065

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 40.61%
G = 8.12%
B = 51.27%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501065 (or 0x501065) is known color: Scarlet Gum. HEX triplet: 50, 10 and 65. RGB value is (80,16,101). Sum of RGB (Red+Green+Blue) = 80+16+101=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #501065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501065 is #AFEF9A. Grayscale: #2C2C2C. Windows color (decimal): -11530139 or 6623312. OLE color: 6623312.

HSL color Cylindrical-coordinate representation of color #501065: hue angle of 285.18º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501065 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 16 101 -
CMYK 0.21 0.84 0 0.60
HSL 285.18º 0.73% 0.23% -
HSV(B) 285.18º 0.84% 0.4% -
XYZ 5.84 3.02 12.59 -
YUV 44.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 80 16 101 0.21 0.84 0 0.60 285.18 0.73 0.23
Hex 50 10 65 15 54 0 3C 11D 49 17
Octal 120 20 145 25 124 0 74 435 111 27
Binary 1010000 10000 1100101 10101 1010100 0 111100 100011101 1001001 10111

Color Harmonies of #501065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501065

Black with #501065

Text Example


Text Example

White with #501065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501065; }

 p { color: rgb(80,16,101); }

 H1.HeaderClassName
 {
   color: #501065;
 }
 .AnyTagClassName
 {
   color: #501065;
 }
</style>

background-color css

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

 a { background-color: rgb(80,16,101); }

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

border-color css

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

 span { border-color: rgb(80,16,101); }

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