#412241

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

Shades of Valentino #412241

Tints of Valentino #412241

Color information

#412241 (or 0x412241) is unknown color: approx Valentino. HEX triplet: 41, 22 and 41. RGB value is (65,34,65). Sum of RGB (Red+Green+Blue) = 65+34+65=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #412241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412241 is #BEDDBE. Grayscale: #2E2E2E. Windows color (decimal): -12508607 or 4268609. OLE color: 4268609.

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

Color convert

RGB653465-
CMYK00.4800.75
HSL300º31.31%19.41%-
HSV(B)300º47.69%25.49%-
XYZ3.712.655.32-
YUV46.8138.27140.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=39.63%
G=20.73%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65346500.4800.7530031.3119.41
Hex41224103004B12c1f13
Octal1014210106001134543723
Binary100000110001010000010110000010010111001011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412241; }

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

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

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

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

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

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

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

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