#945265

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

Shades of Vin Rouge #945265

Tints of Vin Rouge #945265

Color information

#945265 (or 0x945265) is unknown color: approx Vin Rouge. HEX triplet: 94, 52 and 65. RGB value is (148,82,101). Sum of RGB (Red+Green+Blue) = 148+82+101=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #945265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945265 is #6BAD9A. Grayscale: #676767. Windows color (decimal): -7056795 or 6640276. OLE color: 6640276.

HSL color Cylindrical-coordinate representation of color #945265: hue angle of 342.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945265 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14882101-
CMYK00.450.320.42
HSL342.73º28.7%45.1%-
HSV(B)342.73º44.59%58.04%-
XYZ17.5813.2713.95-
YUV103.9126.37159.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=44.71%
G=24.77%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488210100.450.320.42342.7328.745.1
Hex94526502D202A1571d2d
Octal22412214505540525273555
Binary1001010010100101100101010110110000010101010101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945265; }

 p { color: rgb(148,82,101); }

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

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

 a { background-color: rgb(148,82,101); }

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

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

 span { border-color: rgb(148,82,101); }

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