Html Css Color HEX #500A61 Scarlet Gum

📋 copy color: '#500A61'

red 80 ◦ green 10 ◦ blue 97

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

Shades of Scarlet Gum #500A61

Tints of Scarlet Gum #500A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 42.78%
G = 5.35%
B = 51.87%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500A61 (or 0x500A61) is known color: Scarlet Gum. HEX triplet: 50, 0A and 61. RGB value is (80,10,97). Sum of RGB (Red+Green+Blue) = 80+10+97=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #500A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A61 is #AFF59E. Grayscale: #282828. Windows color (decimal): -11531679 or 6359632. OLE color: 6359632.

HSL color Cylindrical-coordinate representation of color #500A61: hue angle of 288.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500A61 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 10 97 -
CMYK 0.18 0.90 0 0.62
HSL 288.28º 0.81% 0.21% -
HSV(B) 288.28º 0.9% 0.38% -
XYZ 5.57 2.79 11.55 -
YUV 40.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 80 10 97 0.18 0.90 0 0.62 288.28 0.81 0.21
Hex 50 A 61 12 5A 0 3E 120 51 15
Octal 120 12 141 22 132 0 76 440 121 25
Binary 1010000 1010 1100001 10010 1011010 0 111110 100100000 1010001 10101

Color Harmonies of #500A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A61

Black with #500A61

Text Example


Text Example

White with #500A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A61; }

 p { color: rgb(80,10,97); }

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

background-color css

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

 a { background-color: rgb(80,10,97); }

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

border-color css

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

 span { border-color: rgb(80,10,97); }

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