Html Css Color HEX #503463 Scarlet Gum

📋 copy color: '#503463'

red 80 ◦ green 52 ◦ blue 99

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

Shades of Scarlet Gum #503463

Tints of Scarlet Gum #503463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 34.63%
G = 22.51%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#503463 (or 0x503463) is known color: Scarlet Gum. HEX triplet: 50, 34 and 63. RGB value is (80,52,99). Sum of RGB (Red+Green+Blue) = 80+52+99=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #503463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503463 is #AFCB9C. Grayscale: #414141. Windows color (decimal): -11520925 or 6501456. OLE color: 6501456.

HSL color Cylindrical-coordinate representation of color #503463: hue angle of 275.74º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #503463 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 52 99 -
CMYK 0.19 0.47 0 0.61
HSL 275.74º 0.31% 0.3% -
HSV(B) 275.74º 0.47% 0.39% -
XYZ 6.79 5.06 12.42 -
YUV 65.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 80 52 99 0.19 0.47 0 0.61 275.74 0.31 0.3
Hex 50 34 63 13 2F 0 3D 114 1F 1E
Octal 120 64 143 23 57 0 75 424 37 36
Binary 1010000 110100 1100011 10011 101111 0 111101 100010100 11111 11110

Color Harmonies of #503463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503463

Black with #503463

Text Example


Text Example

White with #503463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503463; }

 p { color: rgb(80,52,99); }

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

background-color css

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

 a { background-color: rgb(80,52,99); }

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

border-color css

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

 span { border-color: rgb(80,52,99); }

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