#422240

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

Shades of Valentino #422240

Tints of Valentino #422240

Color information

#422240 (or 0x422240) is unknown color: approx Valentino. HEX triplet: 42, 22 and 40. RGB value is (66,34,64). Sum of RGB (Red+Green+Blue) = 66+34+64=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #422240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422240 is #BDDDBF. Grayscale: #2E2E2E. Windows color (decimal): -12443072 or 4203074. OLE color: 4203074.

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

Color convert

RGB663464-
CMYK00.480.030.74
HSL303.75º32%19.61%-
HSV(B)303.75º48.48%25.88%-
XYZ3.742.675.17-
YUV46.99137.6141.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=40.24%
G=20.73%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66346400.480.030.74303.753219.61
Hex42224003034A1302014
Octal1024210006031124604024
Binary10000101000101000000011000011100101010011000010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422240; }

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

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

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

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

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

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

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

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