Html Css Color HEX #975767 Vin Rouge

📋 copy color: '#975767'

red 151 ◦ green 87 ◦ blue 103

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

Shades of Vin Rouge #975767

Tints of Vin Rouge #975767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

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

R = 44.28%
G = 25.51%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#975767 (or 0x975767) is known color: Vin Rouge. HEX triplet: 97, 57 and 67. RGB value is (151,87,103). Sum of RGB (Red+Green+Blue) = 151+87+103=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975767 is #68A898. Grayscale: #6B6B6B. Windows color (decimal): -6858905 or 6772631. OLE color: 6772631.

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

Color convert

RGB 151 87 103 -
CMYK 0 0.42 0.32 0.41
HSL 345º 0.27% 0.47% -
HSV(B) 345º 0.42% 0.59% -
XYZ 18.62 14.37 14.63 -
YUV 107.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 151 87 103 0 0.42 0.32 0.41 345 0.27 0.47
Hex 97 57 67 0 2A 20 29 159 1B 2F
Octal 227 127 147 0 52 40 51 531 33 57
Binary 10010111 1010111 1100111 0 101010 100000 101001 101011001 11011 101111

Color Harmonies of #975767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975767

Black with #975767

Text Example


Text Example

White with #975767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975767; }

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

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

background-color css

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

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

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

border-color css

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

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

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