Html Css Color HEX #975067 Vin Rouge

📋 copy color: '#975067'

red 151 ◦ green 80 ◦ blue 103

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

Shades of Vin Rouge #975067

Tints of Vin Rouge #975067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 45.21%
G = 23.95%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975067 (or 0x975067) is known color: Vin Rouge. HEX triplet: 97, 50 and 67. RGB value is (151,80,103). Sum of RGB (Red+Green+Blue) = 151+80+103=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975067 is #68AF98. Grayscale: #676767. Windows color (decimal): -6860697 or 6770839. OLE color: 6770839.

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

Color convert

RGB 151 80 103 -
CMYK 0 0.47 0.32 0.41
HSL 340.56º 0.31% 0.45% -
HSV(B) 340.56º 0.47% 0.59% -
XYZ 18.08 13.3 14.45 -
YUV 103.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 151 80 103 0 0.47 0.32 0.41 340.56 0.31 0.45
Hex 97 50 67 0 2F 20 29 155 1F 2D
Octal 227 120 147 0 57 40 51 525 37 55
Binary 10010111 1010000 1100111 0 101111 100000 101001 101010101 11111 101101

Color Harmonies of #975067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975067

Black with #975067

Text Example


Text Example

White with #975067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975067; }

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

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

background-color css

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

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

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

border-color css

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

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

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