#975266

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

Shades of Vin Rouge #975266

Tints of Vin Rouge #975266

Color information

#975266 (or 0x975266) is unknown color: approx Vin Rouge. HEX triplet: 97, 52 and 66. RGB value is (151,82,102). Sum of RGB (Red+Green+Blue) = 151+82+102=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975266 is #68AD99. Grayscale: #686868. Windows color (decimal): -6860186 or 6705815. OLE color: 6705815.

HSL color Cylindrical-coordinate representation of color #975266: hue angle of 342.61º 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 #975266 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15182102-
CMYK00.460.320.41
HSL342.61º29.61%45.69%-
HSV(B)342.61º45.7%59.22%-
XYZ18.1813.5714.23-
YUV104.91126.36160.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=45.07%
G=24.48%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518210200.460.320.41342.6129.6145.69
Hex97526602E20291571e2e
Octal22712214605640515273656
Binary1001011110100101100110010111010000010100110101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975266; }

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

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

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

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

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

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

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

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