Html Css Color HEX #975063 Vin Rouge

📋 copy color: '#975063'

red 151 ◦ green 80 ◦ blue 99

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

Shades of Vin Rouge #975063

Tints of Vin Rouge #975063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 45.76%
G = 24.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975063 (or 0x975063) is known color: Vin Rouge. HEX triplet: 97, 50 and 63. RGB value is (151,80,99). Sum of RGB (Red+Green+Blue) = 151+80+99=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #975063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975063 is #68AF9C. Grayscale: #676767. Windows color (decimal): -6860701 or 6508695. OLE color: 6508695.

HSL color Cylindrical-coordinate representation of color #975063: hue angle of 343.94º 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 #975063 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 80 99 -
CMYK 0 0.47 0.34 0.41
HSL 343.94º 0.31% 0.45% -
HSV(B) 343.94º 0.47% 0.59% -
XYZ 17.88 13.22 13.41 -
YUV 103.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 151 80 99 0 0.47 0.34 0.41 343.94 0.31 0.45
Hex 97 50 63 0 2F 22 29 158 1F 2D
Octal 227 120 143 0 57 42 51 530 37 55
Binary 10010111 1010000 1100011 0 101111 100010 101001 101011000 11111 101101

Color Harmonies of #975063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975063

Black with #975063

Text Example


Text Example

White with #975063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975063; }

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

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

background-color css

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

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

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

border-color css

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

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

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