#945A5B

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

Shades of Vin Rouge #945A5B

Tints of Vin Rouge #945A5B

Color information

#945A5B (or 0x945A5B) is unknown color: approx Vin Rouge. HEX triplet: 94, 5A and 5B. RGB value is (148,90,91). Sum of RGB (Red+Green+Blue) = 148+90+91=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A5B is #6BA5A4. Grayscale: #6B6B6B. Windows color (decimal): -7054757 or 5986964. OLE color: 5986964.

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

Color convert

RGB1489091-
CMYK00.390.390.42
HSL358.97º24.37%46.67%-
HSV(B)358.97º39.19%58.04%-
XYZ17.7614.3611.73-
YUV107.46118.72156.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=44.98%
G=27.36%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148909100.390.390.42358.9724.3746.67
Hex945A5B027272A167182f
Octal22413213304747525473057
Binary1001010010110101011011010011110011110101010110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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