Html Css Color HEX #4C2B60 Scarlet Gum

📋 copy color: '#4C2B60'

red 76 ◦ green 43 ◦ blue 96

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

Shades of Scarlet Gum #4C2B60

Tints of Scarlet Gum #4C2B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 35.35%
G = 20%
B = 44.65%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2B60 (or 0x4C2B60) is known color: Scarlet Gum. HEX triplet: 4C, 2B and 60. RGB value is (76,43,96). Sum of RGB (Red+Green+Blue) = 76+43+96=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2B60 is #B3D49F. Grayscale: #3A3A3A. Windows color (decimal): -11785376 or 6302540. OLE color: 6302540.

HSL color Cylindrical-coordinate representation of color #4C2B60: hue angle of 277.36º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2B60 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 43 96 -
CMYK 0.21 0.55 0 0.62
HSL 277.36º 0.38% 0.27% -
HSV(B) 277.36º 0.55% 0.38% -
XYZ 5.96 4.11 11.55 -
YUV 58.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 76 43 96 0.21 0.55 0 0.62 277.36 0.38 0.27
Hex 4C 2B 60 15 37 0 3E 115 26 1B
Octal 114 53 140 25 67 0 76 425 46 33
Binary 1001100 101011 1100000 10101 110111 0 111110 100010101 100110 11011

Color Harmonies of #4C2B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B60

Black with #4C2B60

Text Example


Text Example

White with #4C2B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,96); }

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

background-color css

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

 a { background-color: rgb(76,43,96); }

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

border-color css

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

 span { border-color: rgb(76,43,96); }

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