#461F45

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

Shades of Valentino #461F45

Tints of Valentino #461F45

Color information

#461F45 (or 0x461F45) is unknown color: approx Valentino. HEX triplet: 46, 1F and 45. RGB value is (70,31,69). Sum of RGB (Red+Green+Blue) = 70+31+69=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #461F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F45 is #B9E0BA. Grayscale: #2E2E2E. Windows color (decimal): -12181691 or 4529990. OLE color: 4529990.

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

Color convert

RGB703169-
CMYK00.560.010.73
HSL301.54º38.61%19.8%-
HSV(B)301.54º55.71%27.45%-
XYZ4.092.715.94-
YUV46.99140.42144.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=41.18%
G=18.24%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70316900.560.010.73301.5438.6119.8
Hex461F4503814912e2714
Octal1063710507011114564724
Binary100011011111100010101110001100100110010111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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