Html Css Color HEX #4D1B5C Scarlet Gum

📋 copy color: '#4D1B5C'

red 77 ◦ green 27 ◦ blue 92

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

Shades of Scarlet Gum #4D1B5C

Tints of Scarlet Gum #4D1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

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

R = 39.29%
G = 13.78%
B = 46.94%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D1B5C (or 0x4D1B5C) is known color: Scarlet Gum. HEX triplet: 4D, 1B and 5C. RGB value is (77,27,92). Sum of RGB (Red+Green+Blue) = 77+27+92=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D1B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1B5C is #B2E4A3. Grayscale: #313131. Windows color (decimal): -11723940 or 6036301. OLE color: 6036301.

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

Color convert

RGB 77 27 92 -
CMYK 0.16 0.71 0 0.64
HSL 286.15º 0.55% 0.23% -
HSV(B) 286.15º 0.71% 0.36% -
XYZ 5.38 3.13 10.45 -
YUV 49.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 77 27 92 0.16 0.71 0 0.64 286.15 0.55 0.23
Hex 4D 1B 5C 10 47 0 40 11E 37 17
Octal 115 33 134 20 107 0 100 436 67 27
Binary 1001101 11011 1011100 10000 1000111 0 1000000 100011110 110111 10111

Color Harmonies of #4D1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B5C

Black with #4D1B5C

Text Example


Text Example

White with #4D1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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