#422E43

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

Shades of Valentino #422E43

Tints of Valentino #422E43

Color information

#422E43 (or 0x422E43) is unknown color: approx Valentino. HEX triplet: 42, 2E and 43. RGB value is (66,46,67). Sum of RGB (Red+Green+Blue) = 66+46+67=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #422E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E43 is #BDD1BC. Grayscale: #363636. Windows color (decimal): -12439997 or 4402754. OLE color: 4402754.

HSL color Cylindrical-coordinate representation of color #422E43: hue angle of 297.14º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #422E43 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB664667-
CMYK0.010.3100.74
HSL297.14º18.58%22.16%-
HSV(B)297.14º31.34%26.27%-
XYZ4.243.525.77-
YUV54.37135.13136.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=36.87%
G=25.70%
B=37.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6646670.010.3100.74297.1418.5822.16
Hex422E4311F04A1291316
Octal1025610313701124512326
Binary10000101011101000011111111010010101001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E43; }

 p { color: rgb(66,46,67); }

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

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

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

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

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

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

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