Html Css Color HEX #975168 Vin Rouge

📋 copy color: '#975168'

red 151 ◦ green 81 ◦ blue 104

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

Shades of Vin Rouge #975168

Tints of Vin Rouge #975168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 44.94%
G = 24.11%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975168 (or 0x975168) is known color: Vin Rouge. HEX triplet: 97, 51 and 68. RGB value is (151,81,104). Sum of RGB (Red+Green+Blue) = 151+81+104=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #975168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975168 is #68AE97. Grayscale: #686868. Windows color (decimal): -6860440 or 6836631. OLE color: 6836631.

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

Color convert

RGB 151 81 104 -
CMYK 0 0.46 0.31 0.41
HSL 340.29º 0.3% 0.45% -
HSV(B) 340.29º 0.46% 0.59% -
XYZ 18.2 13.46 14.74 -
YUV 104.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 151 81 104 0 0.46 0.31 0.41 340.29 0.3 0.45
Hex 97 51 68 0 2E 1F 29 154 1E 2D
Octal 227 121 150 0 56 37 51 524 36 55
Binary 10010111 1010001 1101000 0 101110 11111 101001 101010100 11110 101101

Color Harmonies of #975168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975168

Black with #975168

Text Example


Text Example

White with #975168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975168; }

 p { color: rgb(151,81,104); }

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

background-color css

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

 a { background-color: rgb(151,81,104); }

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

border-color css

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

 span { border-color: rgb(151,81,104); }

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