#412141

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

Shades of Valentino #412141

Tints of Valentino #412141

Color information

#412141 (or 0x412141) is unknown color: approx Valentino. HEX triplet: 41, 21 and 41. RGB value is (65,33,65). Sum of RGB (Red+Green+Blue) = 65+33+65=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #412141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412141 is #BEDEBE. Grayscale: #2E2E2E. Windows color (decimal): -12508863 or 4268353. OLE color: 4268353.

HSL color Cylindrical-coordinate representation of color #412141: hue angle of 300º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412141 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB653365-
CMYK00.4900.75
HSL300º32.65%19.22%-
HSV(B)300º49.23%25.49%-
XYZ3.682.595.31-
YUV46.22138.6141.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=39.88%
G=20.25%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65336500.4900.7530032.6519.22
Hex41214103104B12c2113
Octal1014110106101134544123
Binary1000001100001100000101100010100101110010110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412141; }

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

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

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

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

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

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

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

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