#4C165D

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

Shades of Scarlet Gum #4C165D

Tints of Scarlet Gum #4C165D

Color information

#4C165D (or 0x4C165D) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 16 and 5D. RGB value is (76,22,93). Sum of RGB (Red+Green+Blue) = 76+22+93=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C165D is #B3E9A2. Grayscale: #2E2E2E. Windows color (decimal): -11790755 or 6100556. OLE color: 6100556.

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

Color convert

RGB762293-
CMYK0.180.7600.64
HSL285.63º61.74%22.55%-
HSV(B)285.63º76.34%36.47%-
XYZ5.242.910.64-
YUV46.24154.39149.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=39.79%
G=11.52%
B=48.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7622930.180.7600.64285.6361.7422.55
Hex4C165D124C04011e3e17
Octal114261352211401004367627
Binary10011001011010111011001010011000100000010001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,93); }

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

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

 a { background-color: rgb(76,22,93); }

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

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

 span { border-color: rgb(76,22,93); }

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