#4C065D

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

Shades of Scarlet Gum #4C065D

Tints of Scarlet Gum #4C065D

Color information

#4C065D (or 0x4C065D) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 06 and 5D. RGB value is (76,6,93). Sum of RGB (Red+Green+Blue) = 76+6+93=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C065D is #B3F9A2. Grayscale: #242424. Windows color (decimal): -11794851 or 6096460. OLE color: 6096460.

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

Color convert

RGB76693-
CMYK0.180.9400.64
HSL288.28º87.88%19.41%-
HSV(B)288.28º93.55%36.47%-
XYZ5.022.4610.57-
YUV36.85159.69155.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.43%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=43.43%
G=3.43%
B=53.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal766930.180.9400.64288.2887.8819.41
Hex4C65D125E0401205813
Octal114613522136010044013023
Binary1001100110101110110010101111001000000100100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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