#412150

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

Shades of Scarlet Gum #412150

Tints of Scarlet Gum #412150

Color information

#412150 (or 0x412150) is unknown color: approx Scarlet Gum. HEX triplet: 41, 21 and 50. RGB value is (65,33,80). Sum of RGB (Red+Green+Blue) = 65+33+80=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #412150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412150 is #BEDEAF. Grayscale: #2F2F2F. Windows color (decimal): -12508848 or 5251393. OLE color: 5251393.

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

Color convert

RGB653380-
CMYK0.190.5900.69
HSL280.85º41.59%22.16%-
HSV(B)280.85º58.75%31.37%-
XYZ4.172.797.91-
YUV47.93146.1140.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=36.52%
G=18.54%
B=44.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6533800.190.5900.69280.8541.5922.16
Hex412150133B0451192a16
Octal10141120237301054315226
Binary10000011000011010000100111110110100010110001100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412150; }

 p { color: rgb(65,33,80); }

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

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

 a { background-color: rgb(65,33,80); }

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

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

 span { border-color: rgb(65,33,80); }

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