#4C1265

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

Shades of Scarlet Gum #4C1265

Tints of Scarlet Gum #4C1265

Color information

#4C1265 (or 0x4C1265) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 12 and 65. RGB value is (76,18,101). Sum of RGB (Red+Green+Blue) = 76+18+101=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C1265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1265 is #B3ED9A. Grayscale: #2C2C2C. Windows color (decimal): -11791771 or 6623820. OLE color: 6623820.

HSL color Cylindrical-coordinate representation of color #4C1265: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1265 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7618101-
CMYK0.250.8200.60
HSL281.93º69.75%23.33%-
HSV(B)281.93º82.18%39.61%-
XYZ5.552.9112.58-
YUV44.8159.72150.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=38.97%
G=9.23%
B=51.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76181010.250.8200.60281.9369.7523.33
Hex4C1265195203C11a4617
Octal114221453112207443210627
Binary10011001001011001011100110100100111100100011010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,101); }

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

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

 a { background-color: rgb(76,18,101); }

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

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

 span { border-color: rgb(76,18,101); }

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