#945A5C

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

Shades of Vin Rouge #945A5C

Tints of Vin Rouge #945A5C

Color information

#945A5C (or 0x945A5C) is unknown color: approx Vin Rouge. HEX triplet: 94, 5A and 5C. RGB value is (148,90,92). Sum of RGB (Red+Green+Blue) = 148+90+92=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #945A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A5C is #6BA5A3. Grayscale: #6B6B6B. Windows color (decimal): -7054756 or 6052500. OLE color: 6052500.

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

Color convert

RGB1489092-
CMYK00.390.380.42
HSL357.93º24.37%46.67%-
HSV(B)357.93º39.19%58.04%-
XYZ17.814.3811.96-
YUV107.57119.22156.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=44.85%
G=27.27%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148909200.390.380.42357.9324.3746.67
Hex945A5C027262A166182f
Octal22413213404746525463057
Binary1001010010110101011100010011110011010101010110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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