Html Css Color HEX #975662 Vin Rouge

📋 copy color: '#975662'

red 151 ◦ green 86 ◦ blue 98

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

Shades of Vin Rouge #975662

Tints of Vin Rouge #975662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 45.07%
G = 25.67%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#975662 (or 0x975662) is known color: Vin Rouge. HEX triplet: 97, 56 and 62. RGB value is (151,86,98). Sum of RGB (Red+Green+Blue) = 151+86+98=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975662 is #68A99D. Grayscale: #6A6A6A. Windows color (decimal): -6859166 or 6444695. OLE color: 6444695.

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

Color convert

RGB 151 86 98 -
CMYK 0 0.43 0.35 0.41
HSL 348.92º 0.27% 0.46% -
HSV(B) 348.92º 0.43% 0.59% -
XYZ 18.29 14.12 13.32 -
YUV 106.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 151 86 98 0 0.43 0.35 0.41 348.92 0.27 0.46
Hex 97 56 62 0 2B 23 29 15D 1B 2E
Octal 227 126 142 0 53 43 51 535 33 56
Binary 10010111 1010110 1100010 0 101011 100011 101001 101011101 11011 101110

Color Harmonies of #975662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975662

Black with #975662

Text Example


Text Example

White with #975662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975662; }

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

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

background-color css

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

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

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

border-color css

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

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

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