#945C62

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

Shades of Vin Rouge #945C62

Tints of Vin Rouge #945C62

Color information

#945C62 (or 0x945C62) is unknown color: approx Vin Rouge. HEX triplet: 94, 5C and 62. RGB value is (148,92,98). Sum of RGB (Red+Green+Blue) = 148+92+98=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #945C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C62 is #6BA39D. Grayscale: #6D6D6D. Windows color (decimal): -7054238 or 6446228. OLE color: 6446228.

HSL color Cylindrical-coordinate representation of color #945C62: hue angle of 353.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C62 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1489298-
CMYK00.380.340.42
HSL353.57º23.33%47.06%-
HSV(B)353.57º37.84%58.04%-
XYZ18.2414.8313.46-
YUV109.43121.55155.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=43.79%
G=27.22%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148929800.380.340.42353.5723.3347.06
Hex945C62026222A162172f
Octal22413414204642525422757
Binary1001010010111001100010010011010001010101010110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C62; }

 p { color: rgb(148,92,98); }

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

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

 a { background-color: rgb(148,92,98); }

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

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

 span { border-color: rgb(148,92,98); }

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