#975268

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

Shades of Vin Rouge #975268

Tints of Vin Rouge #975268

Color information

#975268 (or 0x975268) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 68. RGB value is (151,82,104). Sum of RGB (Red+Green+Blue) = 151+82+104=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #975268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975268 is #68AD97. Grayscale: #696969. Windows color (decimal): -6860184 or 6836887. OLE color: 6836887.

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

Color convert

RGB15182104-
CMYK00.460.310.41
HSL340.87º29.61%45.69%-
HSV(B)340.87º45.7%59.22%-
XYZ18.2813.6114.76-
YUV105.14127.36160.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=44.81%
G=24.33%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518210400.460.310.41340.8729.6145.69
Hex97526802E1F291551e2e
Octal22712215005637515253656
Binary100101111010010110100001011101111110100110101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975268; }

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

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

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

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

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

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

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

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