#422940

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

Shades of Valentino #422940

Tints of Valentino #422940

Color information

#422940 (or 0x422940) is unknown color: approx Valentino. HEX triplet: 42, 29 and 40. RGB value is (66,41,64). Sum of RGB (Red+Green+Blue) = 66+41+64=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #422940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422940 is #BDD6BF. Grayscale: #333333. Windows color (decimal): -12441280 or 4204866. OLE color: 4204866.

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

Color convert

RGB664164-
CMYK00.380.030.74
HSL304.8º23.36%20.98%-
HSV(B)304.8º37.88%25.88%-
XYZ3.973.115.24-
YUV51.1135.28138.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=38.60%
G=23.98%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66416400.380.030.74304.823.3620.98
Hex42294002634A1311715
Octal1025110004631124612725
Binary1000010101001100000001001101110010101001100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422940; }

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

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

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

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

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

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

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

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