Html Css Color HEX #503065 Scarlet Gum

📋 copy color: '#503065'

red 80 ◦ green 48 ◦ blue 101

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

Shades of Scarlet Gum #503065

Tints of Scarlet Gum #503065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 34.93%
G = 20.96%
B = 44.1%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503065 (or 0x503065) is known color: Scarlet Gum. HEX triplet: 50, 30 and 65. RGB value is (80,48,101). Sum of RGB (Red+Green+Blue) = 80+48+101=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #503065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503065 is #AFCF9A. Grayscale: #3F3F3F. Windows color (decimal): -11521947 or 6631504. OLE color: 6631504.

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

Color convert

RGB 80 48 101 -
CMYK 0.21 0.52 0 0.60
HSL 276.23º 0.36% 0.29% -
HSV(B) 276.23º 0.52% 0.4% -
XYZ 6.71 4.76 12.88 -
YUV 63.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 80 48 101 0.21 0.52 0 0.60 276.23 0.36 0.29
Hex 50 30 65 15 34 0 3C 114 24 1D
Octal 120 60 145 25 64 0 74 424 44 35
Binary 1010000 110000 1100101 10101 110100 0 111100 100010100 100100 11101

Color Harmonies of #503065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503065

Black with #503065

Text Example


Text Example

White with #503065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503065; }

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

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

background-color css

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

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

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

border-color css

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

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

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