#402142

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

Shades of Valentino #402142

Tints of Valentino #402142

Color information

#402142 (or 0x402142) is unknown color: approx Valentino. HEX triplet: 40, 21 and 42. RGB value is (64,33,66). Sum of RGB (Red+Green+Blue) = 64+33+66=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #402142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402142 is #BFDEBD. Grayscale: #2D2D2D. Windows color (decimal): -12574398 or 4333888. OLE color: 4333888.

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

Color convert

RGB643366-
CMYK0.030.500.74
HSL296.36º33.33%19.41%-
HSV(B)296.36º50%25.88%-
XYZ3.642.575.46-
YUV46.03139.27140.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=39.26%
G=20.25%
B=40.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6433660.030.500.74296.3633.3319.41
Hex40214233204A1282113
Octal1004110236201124504123
Binary10000001000011000010111100100100101010010100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402142; }

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

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

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

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

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

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

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

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