#422242

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

Shades of Valentino #422242

Tints of Valentino #422242

Color information

#422242 (or 0x422242) is unknown color: approx Valentino. HEX triplet: 42, 22 and 42. RGB value is (66,34,66). Sum of RGB (Red+Green+Blue) = 66+34+66=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #422242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422242 is #BDDDBD. Grayscale: #2F2F2F. Windows color (decimal): -12443070 or 4334146. OLE color: 4334146.

HSL color Cylindrical-coordinate representation of color #422242: hue angle of 300º 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 #422242 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB663466-
CMYK00.4800.74
HSL300º32%19.61%-
HSV(B)300º48.48%25.88%-
XYZ3.82.75.47-
YUV47.22138.6141.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=39.76%
G=20.48%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66346600.4800.743003219.61
Hex42224203004A12c2014
Octal1024210206001124544024
Binary1000010100010100001001100000100101010010110010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422242; }

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

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

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

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

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

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

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

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