#4C175C

Color #4C175C Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C175C

Tints of Scarlet Gum #4C175C

Color information

#4C175C (or 0x4C175C) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 17 and 5C. RGB value is (76,23,92). Sum of RGB (Red+Green+Blue) = 76+23+92=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175C is #B3E8A3. Grayscale: #2E2E2E. Windows color (decimal): -11790500 or 6035276. OLE color: 6035276.

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

Color convert

RGB762392-
CMYK0.170.7500.64
HSL286.09º60%22.55%-
HSV(B)286.09º75%36.08%-
XYZ5.222.9210.41-
YUV46.71153.56148.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=39.79%
G=12.04%
B=48.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7623920.170.7500.64286.096022.55
Hex4C175C114B04011e3c17
Octal114271342111301004367427
Binary10011001011110111001000110010110100000010001111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,23,92); }

 H1.HeaderClassName
 {
   color: #4C175C;
 }
 .AnyTagClassName
 {
   color: #4C175C;
 }
</style>
background-color css

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

 a { background-color: rgb(76,23,92); }

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

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

 span { border-color: rgb(76,23,92); }

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