Html Css Color HEX #975062 Vin Rouge

📋 copy color: '#975062'

red 151 ◦ green 80 ◦ blue 98

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

Shades of Vin Rouge #975062

Tints of Vin Rouge #975062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 45.9%
G = 24.32%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#975062 (or 0x975062) is known color: Vin Rouge. HEX triplet: 97, 50 and 62. RGB value is (151,80,98). Sum of RGB (Red+Green+Blue) = 151+80+98=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #975062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975062 is #68AF9D. Grayscale: #676767. Windows color (decimal): -6860702 or 6443159. OLE color: 6443159.

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

Color convert

RGB 151 80 98 -
CMYK 0 0.47 0.35 0.41
HSL 344.79º 0.31% 0.45% -
HSV(B) 344.79º 0.47% 0.59% -
XYZ 17.84 13.2 13.16 -
YUV 103.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 151 80 98 0 0.47 0.35 0.41 344.79 0.31 0.45
Hex 97 50 62 0 2F 23 29 159 1F 2D
Octal 227 120 142 0 57 43 51 531 37 55
Binary 10010111 1010000 1100010 0 101111 100011 101001 101011001 11111 101101

Color Harmonies of #975062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975062

Black with #975062

Text Example


Text Example

White with #975062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975062; }

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

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

background-color css

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

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

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

border-color css

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

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

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