#945C5E

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

Shades of Vin Rouge #945C5E

Tints of Vin Rouge #945C5E

Color information

#945C5E (or 0x945C5E) is unknown color: approx Vin Rouge. HEX triplet: 94, 5C and 5E. RGB value is (148,92,94). Sum of RGB (Red+Green+Blue) = 148+92+94=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C5E is #6BA3A1. Grayscale: #6D6D6D. Windows color (decimal): -7054242 or 6184084. OLE color: 6184084.

HSL color Cylindrical-coordinate representation of color #945C5E: hue angle of 357.86º 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 #945C5E is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1489294-
CMYK00.380.360.42
HSL357.86º23.33%47.06%-
HSV(B)357.86º37.84%58.04%-
XYZ18.0614.7612.49-
YUV108.97119.55155.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=44.31%
G=27.54%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148929400.380.360.42357.8623.3347.06
Hex945C5E026242A166172f
Octal22413413604644525462757
Binary1001010010111001011110010011010010010101010110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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