Html Css Color HEX #975360 Vin Rouge

📋 copy color: '#975360'

red 151 ◦ green 83 ◦ blue 96

#975360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #975360

Tints of Vin Rouge #975360

RGB

 RED value IS 151 (59.38% from 255) = 45.76%

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 45.76%
G = 25.15%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#975360 (or 0x975360) is known color: Vin Rouge. HEX triplet: 97, 53 and 60. RGB value is (151,83,96). Sum of RGB (Red+Green+Blue) = 151+83+96=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975360 is #68AC9F. Grayscale: #686868. Windows color (decimal): -6859936 or 6312855. OLE color: 6312855.

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

Color convert

RGB 151 83 96 -
CMYK 0 0.45 0.36 0.41
HSL 348.53º 0.29% 0.46% -
HSV(B) 348.53º 0.45% 0.59% -
XYZ 17.97 13.61 12.75 -
YUV 104.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 151 83 96 0 0.45 0.36 0.41 348.53 0.29 0.46
Hex 97 53 60 0 2D 24 29 15D 1D 2E
Octal 227 123 140 0 55 44 51 535 35 56
Binary 10010111 1010011 1100000 0 101101 100100 101001 101011101 11101 101110

Color Harmonies of #975360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975360

Black with #975360

Text Example


Text Example

White with #975360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975360; }

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

 H1.HeaderClassName
 {
   color: #975360;
 }
 .AnyTagClassName
 {
   color: #975360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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