#442041

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

Shades of Valentino #442041

Tints of Valentino #442041

Color information

#442041 (or 0x442041) is unknown color: approx Valentino. HEX triplet: 44, 20 and 41. RGB value is (68,32,65). Sum of RGB (Red+Green+Blue) = 68+32+65=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442041 is #BBDFBE. Grayscale: #2E2E2E. Windows color (decimal): -12312511 or 4268100. OLE color: 4268100.

HSL color Cylindrical-coordinate representation of color #442041: hue angle of 305º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442041 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB683265-
CMYK00.530.040.73
HSL305º36%19.61%-
HSV(B)305º52.94%26.67%-
XYZ3.852.645.31-
YUV46.53138.43143.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=41.21%
G=19.39%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68326500.530.040.733053619.61
Hex4420410354491312414
Octal1044010106541114614424
Binary100010010000010000010110101100100100110011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442041; }

 p { color: rgb(68,32,65); }

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

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

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

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

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

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

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