#4C215A

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

Shades of Scarlet Gum #4C215A

Tints of Scarlet Gum #4C215A

Color information

#4C215A (or 0x4C215A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 21 and 5A. RGB value is (76,33,90). Sum of RGB (Red+Green+Blue) = 76+33+90=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C215A is #B3DEA5. Grayscale: #343434. Windows color (decimal): -11787942 or 5906764. OLE color: 5906764.

HSL color Cylindrical-coordinate representation of color #4C215A: hue angle of 285.26º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C215A is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB763390-
CMYK0.160.6300.65
HSL285.26º46.34%24.12%-
HSV(B)285.26º63.33%35.29%-
XYZ5.373.3610.04-
YUV52.36149.25144.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.19%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=38.19%
G=16.58%
B=45.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7633900.160.6300.65285.2646.3424.12
Hex4C215A103F04111d2e18
Octal11441132207701014355630
Binary10011001000011011010100001111110100000110001110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,90); }

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

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

 a { background-color: rgb(76,33,90); }

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

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

 span { border-color: rgb(76,33,90); }

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