#4A125F

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

Shades of Scarlet Gum #4A125F

Tints of Scarlet Gum #4A125F

Color information

#4A125F (or 0x4A125F) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 12 and 5F. RGB value is (74,18,95). Sum of RGB (Red+Green+Blue) = 74+18+95=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A125F is #B5EDA0. Grayscale: #2B2B2B. Windows color (decimal): -11922849 or 6230602. OLE color: 6230602.

HSL color Cylindrical-coordinate representation of color #4A125F: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A125F is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB741895-
CMYK0.220.8100.63
HSL283.64º68.14%22.16%-
HSV(B)283.64º81.05%37.25%-
XYZ5.112.7111.08-
YUV43.52157.05149.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.57%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=39.57%
G=9.63%
B=50.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7418950.220.8100.63283.6468.1422.16
Hex4A125F165103F11c4416
Octal112221372612107743410426
Binary10010101001010111111011010100010111111100011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,18,95); }

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

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

 a { background-color: rgb(74,18,95); }

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

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

 span { border-color: rgb(74,18,95); }

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