#975362

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

Shades of Vin Rouge #975362

Tints of Vin Rouge #975362

Color information

#975362 (or 0x975362) is unknown color: approx Vin Rouge. HEX triplet: 97, 53 and 62. RGB value is (151,83,98). Sum of RGB (Red+Green+Blue) = 151+83+98=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #975362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975362 is #68AC9D. Grayscale: #696969. Windows color (decimal): -6859934 or 6443927. OLE color: 6443927.

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

Color convert

RGB1518398-
CMYK00.450.350.41
HSL346.76º29.06%45.88%-
HSV(B)346.76º45.03%59.22%-
XYZ18.0613.6513.24-
YUV105.04124.03160.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=45.48%
G=25%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151839800.450.350.41346.7629.0645.88
Hex97536202D232915b1d2e
Octal22712314205543515333556
Binary1001011110100111100010010110110001110100110101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975362; }

 p { color: rgb(151,83,98); }

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

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

 a { background-color: rgb(151,83,98); }

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

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

 span { border-color: rgb(151,83,98); }

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