#422440

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

Shades of Valentino #422440

Tints of Valentino #422440

Color information

#422440 (or 0x422440) is unknown color: approx Valentino. HEX triplet: 42, 24 and 40. RGB value is (66,36,64). Sum of RGB (Red+Green+Blue) = 66+36+64=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #422440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422440 is #BDDBBF. Grayscale: #303030. Windows color (decimal): -12442560 or 4203586. OLE color: 4203586.

HSL color Cylindrical-coordinate representation of color #422440: hue angle of 304º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422440 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB663664-
CMYK00.450.030.74
HSL304º29.41%20%-
HSV(B)304º45.45%25.88%-
XYZ3.82.795.19-
YUV48.16136.94140.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=39.76%
G=21.69%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66366400.450.030.7430429.4120
Hex42244002D34A1301d14
Octal1024410005531124603524
Binary1000010100100100000001011011110010101001100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422440; }

 p { color: rgb(66,36,64); }

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

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

 a { background-color: rgb(66,36,64); }

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

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

 span { border-color: rgb(66,36,64); }

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