Html Css Color HEX #4D125B Scarlet Gum

📋 copy color: '#4D125B'

red 77 ◦ green 18 ◦ blue 91

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

Shades of Scarlet Gum #4D125B

Tints of Scarlet Gum #4D125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 91 (35.94% from 255) = 48.92%

R = 41.4%
G = 9.68%
B = 48.92%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D125B (or 0x4D125B) is known color: Scarlet Gum. HEX triplet: 4D, 12 and 5B. RGB value is (77,18,91). Sum of RGB (Red+Green+Blue) = 77+18+91=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D125B is #B2EDA4. Grayscale: #2B2B2B. Windows color (decimal): -11726245 or 5968461. OLE color: 5968461.

HSL color Cylindrical-coordinate representation of color #4D125B: hue angle of 288.49º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D125B is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 18 91 -
CMYK 0.15 0.80 0 0.64
HSL 288.49º 0.67% 0.21% -
HSV(B) 288.49º 0.8% 0.36% -
XYZ 5.17 2.77 10.16 -
YUV 43.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 77 18 91 0.15 0.80 0 0.64 288.49 0.67 0.21
Hex 4D 12 5B F 50 0 40 120 43 15
Octal 115 22 133 17 120 0 100 440 103 25
Binary 1001101 10010 1011011 1111 1010000 0 1000000 100100000 1000011 10101

Color Harmonies of #4D125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D125B

Black with #4D125B

Text Example


Text Example

White with #4D125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,91); }

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

background-color css

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

 a { background-color: rgb(77,18,91); }

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

border-color css

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

 span { border-color: rgb(77,18,91); }

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