Html Css Color HEX #4C155B Scarlet Gum

📋 copy color: '#4C155B'

red 76 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #4C155B

Tints of Scarlet Gum #4C155B

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 40.43%
G = 11.17%
B = 48.4%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C155B (or 0x4C155B) is known color: Scarlet Gum. HEX triplet: 4C, 15 and 5B. RGB value is (76,21,91). Sum of RGB (Red+Green+Blue) = 76+21+91=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C155B is #B3EAA4. Grayscale: #2D2D2D. Windows color (decimal): -11791013 or 5969228. OLE color: 5969228.

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

Color convert

RGB 76 21 91 -
CMYK 0.16 0.77 0 0.64
HSL 287.14º 0.63% 0.22% -
HSV(B) 287.14º 0.77% 0.36% -
XYZ 5.14 2.83 10.17 -
YUV 45.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 76 21 91 0.16 0.77 0 0.64 287.14 0.63 0.22
Hex 4C 15 5B 10 4D 0 40 11F 3E 16
Octal 114 25 133 20 115 0 100 437 76 26
Binary 1001100 10101 1011011 10000 1001101 0 1000000 100011111 111110 10110

Color Harmonies of #4C155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C155B

Black with #4C155B

Text Example


Text Example

White with #4C155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,91); }

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

background-color css

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

 a { background-color: rgb(76,21,91); }

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

border-color css

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

 span { border-color: rgb(76,21,91); }

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