Html Css Color HEX #4D1369 Scarlet Gum

📋 copy color: '#4D1369'

red 77 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #4D1369

Tints of Scarlet Gum #4D1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 38.31%
G = 9.45%
B = 52.24%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D1369 (or 0x4D1369) is known color: Scarlet Gum. HEX triplet: 4D, 13 and 69. RGB value is (77,19,105). Sum of RGB (Red+Green+Blue) = 77+19+105=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D1369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1369 is #B2EC96. Grayscale: #2D2D2D. Windows color (decimal): -11725975 or 6886221. OLE color: 6886221.

HSL color Cylindrical-coordinate representation of color #4D1369: hue angle of 280.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1369 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 19 105 -
CMYK 0.27 0.82 0 0.59
HSL 280.47º 0.69% 0.24% -
HSV(B) 280.47º 0.82% 0.41% -
XYZ 5.84 3.06 13.65 -
YUV 46.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 77 19 105 0.27 0.82 0 0.59 280.47 0.69 0.24
Hex 4D 13 69 1B 52 0 3B 118 45 18
Octal 115 23 151 33 122 0 73 430 105 30
Binary 1001101 10011 1101001 11011 1010010 0 111011 100011000 1000101 11000

Color Harmonies of #4D1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1369

Black with #4D1369

Text Example


Text Example

White with #4D1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,105); }

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

background-color css

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

 a { background-color: rgb(77,19,105); }

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

border-color css

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

 span { border-color: rgb(77,19,105); }

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