Html Css Color HEX #4D125D Scarlet Gum

📋 copy color: '#4D125D'

red 77 ◦ green 18 ◦ blue 93

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

Shades of Scarlet Gum #4D125D

Tints of Scarlet Gum #4D125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 40.96%
G = 9.57%
B = 49.47%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D125D (or 0x4D125D) is known color: Scarlet Gum. HEX triplet: 4D, 12 and 5D. RGB value is (77,18,93). Sum of RGB (Red+Green+Blue) = 77+18+93=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D125D is #B2EDA2. Grayscale: #2B2B2B. Windows color (decimal): -11726243 or 6099533. OLE color: 6099533.

HSL color Cylindrical-coordinate representation of color #4D125D: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D125D is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 18 93 -
CMYK 0.17 0.81 0 0.64
HSL 287.2º 0.68% 0.22% -
HSV(B) 287.2º 0.81% 0.36% -
XYZ 5.25 2.8 10.62 -
YUV 44.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 77 18 93 0.17 0.81 0 0.64 287.2 0.68 0.22
Hex 4D 12 5D 11 51 0 40 11F 44 16
Octal 115 22 135 21 121 0 100 437 104 26
Binary 1001101 10010 1011101 10001 1010001 0 1000000 100011111 1000100 10110

Color Harmonies of #4D125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D125D

Black with #4D125D

Text Example


Text Example

White with #4D125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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