Html Css Color HEX #502261 Scarlet Gum

📋 copy color: '#502261'

red 80 ◦ green 34 ◦ blue 97

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

Shades of Scarlet Gum #502261

Tints of Scarlet Gum #502261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 37.91%
G = 16.11%
B = 45.97%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#502261 (or 0x502261) is known color: Scarlet Gum. HEX triplet: 50, 22 and 61. RGB value is (80,34,97). Sum of RGB (Red+Green+Blue) = 80+34+97=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #502261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502261 is #AFDD9E. Grayscale: #363636. Windows color (decimal): -11525535 or 6365776. OLE color: 6365776.

HSL color Cylindrical-coordinate representation of color #502261: hue angle of 283.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502261 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 34 97 -
CMYK 0.18 0.65 0 0.62
HSL 283.81º 0.48% 0.26% -
HSV(B) 283.81º 0.65% 0.38% -
XYZ 6.04 3.71 11.71 -
YUV 54.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 80 34 97 0.18 0.65 0 0.62 283.81 0.48 0.26
Hex 50 22 61 12 41 0 3E 11C 30 1A
Octal 120 42 141 22 101 0 76 434 60 32
Binary 1010000 100010 1100001 10010 1000001 0 111110 100011100 110000 11010

Color Harmonies of #502261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502261

Black with #502261

Text Example


Text Example

White with #502261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502261; }

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

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

background-color css

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

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

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

border-color css

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

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

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