#975067

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

Shades of Vin Rouge #975067

Tints of Vin Rouge #975067

Color information

#975067 (or 0x975067) is unknown color: approx Vin Rouge. HEX triplet: 97, 50 and 67. RGB value is (151,80,103). Sum of RGB (Red+Green+Blue) = 151+80+103=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975067 is #68AF98. Grayscale: #676767. Windows color (decimal): -6860697 or 6770839. OLE color: 6770839.

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

Color convert

RGB15180103-
CMYK00.470.320.41
HSL340.56º30.74%45.29%-
HSV(B)340.56º47.02%59.22%-
XYZ18.0813.314.45-
YUV103.85127.52161.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=45.21%
G=23.95%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518010300.470.320.41340.5630.7445.29
Hex97506702F20291551f2d
Octal22712014705740515253755
Binary1001011110100001100111010111110000010100110101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975067; }

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

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

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

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

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

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

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

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