Html Css Color HEX #504158 Scarlet Gum

📋 copy color: '#504158'

red 80 ◦ green 65 ◦ blue 88

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

Shades of Scarlet Gum #504158

Tints of Scarlet Gum #504158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 34.33%
G = 27.9%
B = 37.77%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504158 (or 0x504158) is known color: Scarlet Gum. HEX triplet: 50, 41 and 58. RGB value is (80,65,88). Sum of RGB (Red+Green+Blue) = 80+65+88=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #504158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504158 is #AFBEA7. Grayscale: #484848. Windows color (decimal): -11517608 or 5783888. OLE color: 5783888.

HSL color Cylindrical-coordinate representation of color #504158: hue angle of 279.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504158 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 65 88 -
CMYK 0.09 0.26 0 0.65
HSL 279.13º 0.15% 0.3% -
HSV(B) 279.13º 0.26% 0.35% -
XYZ 6.96 6.19 10.06 -
YUV 72.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 80 65 88 0.09 0.26 0 0.65 279.13 0.15 0.3
Hex 50 41 58 9 1A 0 41 117 F 1E
Octal 120 101 130 11 32 0 101 427 17 36
Binary 1010000 1000001 1011000 1001 11010 0 1000001 100010111 1111 11110

Color Harmonies of #504158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504158

Black with #504158

Text Example


Text Example

White with #504158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504158; }

 p { color: rgb(80,65,88); }

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

background-color css

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

 a { background-color: rgb(80,65,88); }

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

border-color css

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

 span { border-color: rgb(80,65,88); }

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