Html Css Color HEX #975068 Vin Rouge

📋 copy color: '#975068'

red 151 ◦ green 80 ◦ blue 104

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

Shades of Vin Rouge #975068

Tints of Vin Rouge #975068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 45.07%
G = 23.88%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975068 (or 0x975068) is known color: Vin Rouge. HEX triplet: 97, 50 and 68. RGB value is (151,80,104). Sum of RGB (Red+Green+Blue) = 151+80+104=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #975068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975068 is #68AF97. Grayscale: #676767. Windows color (decimal): -6860696 or 6836375. OLE color: 6836375.

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

Color convert

RGB 151 80 104 -
CMYK 0 0.47 0.31 0.41
HSL 339.72º 0.31% 0.45% -
HSV(B) 339.72º 0.47% 0.59% -
XYZ 18.13 13.32 14.71 -
YUV 103.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 151 80 104 0 0.47 0.31 0.41 339.72 0.31 0.45
Hex 97 50 68 0 2F 1F 29 154 1F 2D
Octal 227 120 150 0 57 37 51 524 37 55
Binary 10010111 1010000 1101000 0 101111 11111 101001 101010100 11111 101101

Color Harmonies of #975068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975068

Black with #975068

Text Example


Text Example

White with #975068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975068; }

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

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

background-color css

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

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

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

border-color css

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

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

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