#421150

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

Shades of Scarlet Gum #421150

Tints of Scarlet Gum #421150

Color information

#421150 (or 0x421150) is unknown color: approx Scarlet Gum. HEX triplet: 42, 11 and 50. RGB value is (66,17,80). Sum of RGB (Red+Green+Blue) = 66+17+80=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #421150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421150 is #BDEEAF. Grayscale: #262626. Windows color (decimal): -12447408 or 5247298. OLE color: 5247298.

HSL color Cylindrical-coordinate representation of color #421150: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421150 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB661780-
CMYK0.170.7900.69
HSL286.67º64.95%19.02%-
HSV(B)286.67º78.75%31.37%-
XYZ3.92.147.8-
YUV38.83151.23147.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=40.49%
G=10.43%
B=49.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6617800.170.7900.69286.6764.9519.02
Hex421150114F04511f4113
Octal1022112021117010543710123
Binary100001010001101000010001100111101000101100011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421150; }

 p { color: rgb(66,17,80); }

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

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

 a { background-color: rgb(66,17,80); }

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

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

 span { border-color: rgb(66,17,80); }

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