#441F45

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

Shades of Valentino #441F45

Tints of Valentino #441F45

Color information

#441F45 (or 0x441F45) is unknown color: approx Valentino. HEX triplet: 44, 1F and 45. RGB value is (68,31,69). Sum of RGB (Red+Green+Blue) = 68+31+69=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #441F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F45 is #BBE0BA. Grayscale: #2E2E2E. Windows color (decimal): -12312763 or 4529988. OLE color: 4529988.

HSL color Cylindrical-coordinate representation of color #441F45: hue angle of 298.42º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #441F45 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB683169-
CMYK0.010.5500.73
HSL298.42º38%19.61%-
HSV(B)298.42º55.07%27.06%-
XYZ3.952.645.93-
YUV46.4140.76143.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=40.48%
G=18.45%
B=41.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831690.010.5500.73298.423819.61
Hex441F4513704912a2614
Octal1043710516701114524624
Binary100010011111100010111101110100100110010101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441F45; }

 p { color: rgb(68,31,69); }

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

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

 a { background-color: rgb(68,31,69); }

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

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

 span { border-color: rgb(68,31,69); }

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