#975867

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

Shades of Vin Rouge #975867

Tints of Vin Rouge #975867

Color information

#975867 (or 0x975867) is unknown color: approx Vin Rouge. HEX triplet: 97, 58 and 67. RGB value is (151,88,103). Sum of RGB (Red+Green+Blue) = 151+88+103=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #975867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975867 is #68A798. Grayscale: #6C6C6C. Windows color (decimal): -6858649 or 6772887. OLE color: 6772887.

HSL color Cylindrical-coordinate representation of color #975867: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975867 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15188103-
CMYK00.420.320.41
HSL345.71º26.36%46.86%-
HSV(B)345.71º41.72%59.22%-
XYZ18.714.5414.65-
YUV108.55124.87158.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=44.15%
G=25.73%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518810300.420.320.41345.7126.3646.86
Hex97586702A202915a1a2f
Octal22713014705240515323257
Binary1001011110110001100111010101010000010100110101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975867; }

 p { color: rgb(151,88,103); }

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

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

 a { background-color: rgb(151,88,103); }

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

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

 span { border-color: rgb(151,88,103); }

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