#4C1563

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

Shades of Scarlet Gum #4C1563

Tints of Scarlet Gum #4C1563

Color information

#4C1563 (or 0x4C1563) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 15 and 63. RGB value is (76,21,99). Sum of RGB (Red+Green+Blue) = 76+21+99=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C1563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1563 is #B3EA9C. Grayscale: #2E2E2E. Windows color (decimal): -11791005 or 6493516. OLE color: 6493516.

HSL color Cylindrical-coordinate representation of color #4C1563: hue angle of 282.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1563 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB762199-
CMYK0.230.7900.61
HSL282.31º65%23.53%-
HSV(B)282.31º78.79%38.82%-
XYZ5.52.9712.09-
YUV46.34157.72149.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=38.78%
G=10.71%
B=50.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7621990.230.7900.61282.316523.53
Hex4C1563174F03D11a4118
Octal114251432711707543210130
Binary10011001010111000111011110011110111101100011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,21,99); }

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

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

 a { background-color: rgb(76,21,99); }

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

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

 span { border-color: rgb(76,21,99); }

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