#4C0D61

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

Shades of Scarlet Gum #4C0D61

Tints of Scarlet Gum #4C0D61

Color information

#4C0D61 (or 0x4C0D61) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 0D and 61. RGB value is (76,13,97). Sum of RGB (Red+Green+Blue) = 76+13+97=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C0D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D61 is #B3F29E. Grayscale: #292929. Windows color (decimal): -11793055 or 6360396. OLE color: 6360396.

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

Color convert

RGB761397-
CMYK0.220.8700.62
HSL285º76.36%21.57%-
HSV(B)285º86.6%38.04%-
XYZ5.282.6911.55-
YUV41.41159.37152.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.86%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=40.86%
G=6.99%
B=52.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7613970.220.8700.6228576.3621.57
Hex4CD61165703E11d4c16
Octal114151412612707643511426
Binary1001100110111000011011010101110111110100011101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,13,97); }

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

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

 a { background-color: rgb(76,13,97); }

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

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

 span { border-color: rgb(76,13,97); }

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