Html Css Color HEX #975A65 Vin Rouge

📋 copy color: '#975A65'

red 151 ◦ green 90 ◦ blue 101

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

Shades of Vin Rouge #975A65

Tints of Vin Rouge #975A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 44.15%
G = 26.32%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#975A65 (or 0x975A65) is known color: Vin Rouge. HEX triplet: 97, 5A and 65. RGB value is (151,90,101). Sum of RGB (Red+Green+Blue) = 151+90+101=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #975A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A65 is #68A59A. Grayscale: #6D6D6D. Windows color (decimal): -6858139 or 6642327. OLE color: 6642327.

HSL color Cylindrical-coordinate representation of color #975A65: hue angle of 349.18º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A65 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 101 -
CMYK 0 0.40 0.33 0.41
HSL 349.18º 0.25% 0.47% -
HSV(B) 349.18º 0.4% 0.59% -
XYZ 18.77 14.83 14.19 -
YUV 109.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 151 90 101 0 0.40 0.33 0.41 349.18 0.25 0.47
Hex 97 5A 65 0 28 21 29 15D 19 2F
Octal 227 132 145 0 50 41 51 535 31 57
Binary 10010111 1011010 1100101 0 101000 100001 101001 101011101 11001 101111

Color Harmonies of #975A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A65

Black with #975A65

Text Example


Text Example

White with #975A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A65; }

 p { color: rgb(151,90,101); }

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

background-color css

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

 a { background-color: rgb(151,90,101); }

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

border-color css

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

 span { border-color: rgb(151,90,101); }

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