#411251

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

Shades of Scarlet Gum #411251

Tints of Scarlet Gum #411251

Color information

#411251 (or 0x411251) is unknown color: approx Scarlet Gum. HEX triplet: 41, 12 and 51. RGB value is (65,18,81). Sum of RGB (Red+Green+Blue) = 65+18+81=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #411251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411251 is #BEEDAE. Grayscale: #272727. Windows color (decimal): -12512687 or 5313089. OLE color: 5313089.

HSL color Cylindrical-coordinate representation of color #411251: hue angle of 284.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411251 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB651881-
CMYK0.200.7800.68
HSL284.76º63.64%19.41%-
HSV(B)284.76º77.78%31.76%-
XYZ3.882.158-
YUV39.24151.57146.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=39.63%
G=10.98%
B=49.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6518810.200.7800.68284.7663.6419.41
Hex411251144E04411d4013
Octal1012212124116010443510023
Binary100000110010101000110100100111001000100100011101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411251; }

 p { color: rgb(65,18,81); }

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

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

 a { background-color: rgb(65,18,81); }

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

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

 span { border-color: rgb(65,18,81); }

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