Html Css Color HEX #4D1964 Scarlet Gum

📋 copy color: '#4D1964'

red 77 ◦ green 25 ◦ blue 100

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

Shades of Scarlet Gum #4D1964

Tints of Scarlet Gum #4D1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 38.12%
G = 12.38%
B = 49.5%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D1964 (or 0x4D1964) is known color: Scarlet Gum. HEX triplet: 4D, 19 and 64. RGB value is (77,25,100). Sum of RGB (Red+Green+Blue) = 77+25+100=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D1964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1964 is #B2E69B. Grayscale: #303030. Windows color (decimal): -11724444 or 6560077. OLE color: 6560077.

HSL color Cylindrical-coordinate representation of color #4D1964: hue angle of 281.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1964 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 25 100 -
CMYK 0.23 0.75 0 0.61
HSL 281.6º 0.6% 0.25% -
HSV(B) 281.6º 0.75% 0.39% -
XYZ 5.71 3.19 12.37 -
YUV 49.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 77 25 100 0.23 0.75 0 0.61 281.6 0.6 0.25
Hex 4D 19 64 17 4B 0 3D 11A 3C 19
Octal 115 31 144 27 113 0 75 432 74 31
Binary 1001101 11001 1100100 10111 1001011 0 111101 100011010 111100 11001

Color Harmonies of #4D1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1964

Black with #4D1964

Text Example


Text Example

White with #4D1964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,100); }

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

background-color css

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

 a { background-color: rgb(77,25,100); }

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

border-color css

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

 span { border-color: rgb(77,25,100); }

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