Html Css Color HEX #4D085C Scarlet Gum

📋 copy color: '#4D085C'

red 77 ◦ green 8 ◦ blue 92

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

Shades of Scarlet Gum #4D085C

Tints of Scarlet Gum #4D085C

RGB

 RED value IS 77 (30.47% from 255) = 43.5%

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 43.5%
G = 4.52%
B = 51.98%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D085C (or 0x4D085C) is known color: Scarlet Gum. HEX triplet: 4D, 08 and 5C. RGB value is (77,8,92). Sum of RGB (Red+Green+Blue) = 77+8+92=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D085C is #B2F7A3. Grayscale: #252525. Windows color (decimal): -11728804 or 6031437. OLE color: 6031437.

HSL color Cylindrical-coordinate representation of color #4D085C: hue angle of 289.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D085C is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 8 92 -
CMYK 0.16 0.91 0 0.64
HSL 289.29º 0.84% 0.2% -
HSV(B) 289.29º 0.91% 0.36% -
XYZ 5.08 2.52 10.34 -
YUV 38.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 77 8 92 0.16 0.91 0 0.64 289.29 0.84 0.2
Hex 4D 8 5C 10 5B 0 40 121 54 14
Octal 115 10 134 20 133 0 100 441 124 24
Binary 1001101 1000 1011100 10000 1011011 0 1000000 100100001 1010100 10100

Color Harmonies of #4D085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D085C

Black with #4D085C

Text Example


Text Example

White with #4D085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D085C; }

 p { color: rgb(77,8,92); }

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

background-color css

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

 a { background-color: rgb(77,8,92); }

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

border-color css

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

 span { border-color: rgb(77,8,92); }

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