Html Css Color HEX #975969 Vin Rouge

📋 copy color: '#975969'

red 151 ◦ green 89 ◦ blue 105

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

Shades of Vin Rouge #975969

Tints of Vin Rouge #975969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 43.77%
G = 25.8%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#975969 (or 0x975969) is known color: Vin Rouge. HEX triplet: 97, 59 and 69. RGB value is (151,89,105). Sum of RGB (Red+Green+Blue) = 151+89+105=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975969 is #68A696. Grayscale: #6D6D6D. Windows color (decimal): -6858391 or 6904215. OLE color: 6904215.

HSL color Cylindrical-coordinate representation of color #975969: hue angle of 344.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975969 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 105 -
CMYK 0 0.41 0.30 0.41
HSL 344.52º 0.26% 0.47% -
HSV(B) 344.52º 0.41% 0.59% -
XYZ 18.88 14.74 15.22 -
YUV 109.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 151 89 105 0 0.41 0.30 0.41 344.52 0.26 0.47
Hex 97 59 69 0 29 1E 29 159 1A 2F
Octal 227 131 151 0 51 36 51 531 32 57
Binary 10010111 1011001 1101001 0 101001 11110 101001 101011001 11010 101111

Color Harmonies of #975969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975969

Black with #975969

Text Example


Text Example

White with #975969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975969; }

 p { color: rgb(151,89,105); }

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

background-color css

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

 a { background-color: rgb(151,89,105); }

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

border-color css

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

 span { border-color: rgb(151,89,105); }

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