#422640

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

Shades of Valentino #422640

Tints of Valentino #422640

Color information

#422640 (or 0x422640) is unknown color: approx Valentino. HEX triplet: 42, 26 and 40. RGB value is (66,38,64). Sum of RGB (Red+Green+Blue) = 66+38+64=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #422640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422640 is #BDD9BF. Grayscale: #313131. Windows color (decimal): -12442048 or 4204098. OLE color: 4204098.

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

Color convert

RGB663864-
CMYK00.420.030.74
HSL304.29º26.92%20.39%-
HSV(B)304.29º42.42%25.88%-
XYZ3.872.915.21-
YUV49.34136.28139.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=39.29%
G=22.62%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66386400.420.030.74304.2926.9220.39
Hex42264002A34A1301b14
Octal1024610005231124603324
Binary1000010100110100000001010101110010101001100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422640; }

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

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

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

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

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

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

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

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