Html Css Color HEX #50095F Scarlet Gum

📋 copy color: '#50095F'

red 80 ◦ green 9 ◦ blue 95

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

Shades of Scarlet Gum #50095F

Tints of Scarlet Gum #50095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 43.48%
G = 4.89%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50095F (or 0x50095F) is known color: Scarlet Gum. HEX triplet: 50, 09 and 5F. RGB value is (80,9,95). Sum of RGB (Red+Green+Blue) = 80+9+95=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #50095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095F is #AFF6A0. Grayscale: #272727. Windows color (decimal): -11531937 or 6228304. OLE color: 6228304.

HSL color Cylindrical-coordinate representation of color #50095F: hue angle of 289.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50095F is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 9 95 -
CMYK 0.16 0.91 0 0.63
HSL 289.53º 0.83% 0.2% -
HSV(B) 289.53º 0.91% 0.37% -
XYZ 5.47 2.73 11.06 -
YUV 40.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 80 9 95 0.16 0.91 0 0.63 289.53 0.83 0.2
Hex 50 9 5F 10 5B 0 3F 122 53 14
Octal 120 11 137 20 133 0 77 442 123 24
Binary 1010000 1001 1011111 10000 1011011 0 111111 100100010 1010011 10100

Color Harmonies of #50095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50095F

Black with #50095F

Text Example


Text Example

White with #50095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50095F; }

 p { color: rgb(80,9,95); }

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

background-color css

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

 a { background-color: rgb(80,9,95); }

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

border-color css

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

 span { border-color: rgb(80,9,95); }

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