#975468

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

Shades of Vin Rouge #975468

Tints of Vin Rouge #975468

Color information

#975468 (or 0x975468) is unknown color: approx Vin Rouge. HEX triplet: 97, 54 and 68. RGB value is (151,84,104). Sum of RGB (Red+Green+Blue) = 151+84+104=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #975468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975468 is #68AB97. Grayscale: #6A6A6A. Windows color (decimal): -6859672 or 6837399. OLE color: 6837399.

HSL color Cylindrical-coordinate representation of color #975468: hue angle of 342.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975468 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15184104-
CMYK00.440.310.41
HSL342.09º28.51%46.08%-
HSV(B)342.09º44.37%59.22%-
XYZ18.4313.9214.81-
YUV106.31126.7159.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=44.54%
G=24.78%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518410400.440.310.41342.0928.5146.08
Hex97546802C1F291561d2e
Octal22712415005437515263556
Binary100101111010100110100001011001111110100110101011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975468; }

 p { color: rgb(151,84,104); }

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

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

 a { background-color: rgb(151,84,104); }

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

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

 span { border-color: rgb(151,84,104); }

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